HEX: #D593DD
RGB: (213,147,221)
#D593DD enthält hauptsächlich rote und blaue Farbe. Für #D593DD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D593DD wird in RGB als (213,147,221) definiert.
RGB: (213,147,221) (84%,58%,87%)
R 213 von 255 = 84%
G 147 von 255 = 58%
B 221 von 255 = 87%
R + G + B ~ 76%. #D593DD ziemlich helle Farbe.
R + G + B =
213 + 147 + 221 = 581 (100%)
R 213 von 581 ~ 36.66%
G 147 von 581 ~ 25.3%
B 221 von 581 ~ 38.04%
Die Farbe #D593DD wird in CMYK als (4,33,0,13) definiert.
CMYK: (4,33,0,13) C4M33Y0K13 (4%,33%,0%,13%) (0.04/0.33/0.00/0.13)
D5 | 93 | DD | |
---|---|---|---|
RGB | 213 | 147 | 221 |
HSL | 294° | 52.11% | 72.16% |
HSB/HSV | 294° | 33.48% | 86.67% |
CMYK | 3.62% | 33.48% | 0.00% |
13.33% |
Hexadezimal | D5 | 93 | DD |
Dezimal | 213 | 147 | 221 |
Binär | 11010101 | 10010011 | 11011101 |
Oktal | 325 | 223 | 335 |
Beispiele css- und html für Elemente in der Farbe #D593DD. Bitte benutzen Sie auch rgb(213,147,221) statt hex-Code.
.myTextColor { color: #D593DD; }
<p style="color:#D593DD">This sample text font color is #D593DD.</p>
Die Farbe dieses Textes ist #D593DD.
.myBgColor { background-color: #D593DD; }
<div style="background-color:#D593DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D593DD.
.myBorderColor { border: 1px solid #D593DD; }
<div style="border:3px solid #D593DD">Div</div>
Die Grenzen von diesem div sind in Farbe #D593DD.
.myOpacity80 { color: #D593DD; opacity: 0.8; }
<p style="color:#D593DD;opacity:0.8;">80%</p>
Text in Farbe #D593DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D593DD;}
<p style="text-shadow: 3px 3px 1px #D593DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #D593DD.
.textShadow {text-shadow: 3px 3px 1px #D593DD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D593DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D593DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D593DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D593DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #D593DD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D593DD; -webkit-box-shadow: 1px 1px 3px 2px #D593DD; box-shadow: 1px 1px 3px 2px #D593DD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D593DD; -webkit-box-shadow: 1px 1px 3px 2px #D593DD; box-shadow:1px 1px 3px 2px #D593DD;">
Div content here</div>
Dieser Text ist in der Farbe #D593DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D593DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D593DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D593DD.