HEX: #D46DBE
RGB: (212,109,190)
#D46DBE enthält hauptsächlich rote und blaue Farbe. Für #D46DBE ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #D46DBE wird in RGB als (212,109,190) definiert.
RGB: (212,109,190) (83%,43%,75%)
R 212 von 255 = 83%
G 109 von 255 = 43%
B 190 von 255 = 75%
R + G + B ~ 67%. #D46DBE ziemlich helle Farbe.
R + G + B =
212 + 109 + 190 = 511 (100%)
R 212 von 511 ~ 41.49%
G 109 von 511 ~ 21.33%
B 190 von 511 ~ 37.18%
Die Farbe #D46DBE wird in CMYK als (0,49,10,17) definiert.
CMYK: (0,49,10,17) C0M49Y10K17 (0%,49%,10%,17%) (0.00/0.49/0.10/0.17)
D4 | 6D | BE | |
---|---|---|---|
RGB | 212 | 109 | 190 |
HSL | 313° | 54.50% | 62.94% |
HSB/HSV | 313° | 48.58% | 83.14% |
CMYK | 0.00% | 48.58% | 10.38% |
16.86% |
Hexadezimal | D4 | 6D | BE |
Dezimal | 212 | 109 | 190 |
Binär | 11010100 | 1101101 | 10111110 |
Oktal | 324 | 155 | 276 |
Beispiele css- und html für Elemente in der Farbe #D46DBE. Bitte benutzen Sie auch rgb(212,109,190) statt hex-Code.
.myTextColor { color: #D46DBE; }
<p style="color:#D46DBE">This sample text font color is #D46DBE.</p>
Die Farbe dieses Textes ist #D46DBE.
.myBgColor { background-color: #D46DBE; }
<div style="background-color:#D46DBE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D46DBE.
.myBorderColor { border: 1px solid #D46DBE; }
<div style="border:3px solid #D46DBE">Div</div>
Die Grenzen von diesem div sind in Farbe #D46DBE.
.myOpacity80 { color: #D46DBE; opacity: 0.8; }
<p style="color:#D46DBE;opacity:0.8;">80%</p>
Text in Farbe #D46DBE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D46DBE;}
<p style="text-shadow: 3px 3px 1px #D46DBE">Text here.</p>
Dieser Text hat den Schatten in Farbe #D46DBE.
.textShadow {text-shadow: 3px 3px 1px #D46DBE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D46DBE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D46DBE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D46DBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D46DBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D46DBE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D46DBE; -webkit-box-shadow: 1px 1px 3px 2px #D46DBE; box-shadow: 1px 1px 3px 2px #D46DBE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D46DBE; -webkit-box-shadow: 1px 1px 3px 2px #D46DBE; box-shadow:1px 1px 3px 2px #D46DBE;">
Div content here</div>
Dieser Text ist in der Farbe #D46DBE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D46DBE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D46DBE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D46DBE.