Shades of Deep Cerise #D8217E
Tints of Deep Cerise #D8217E
RGB
CMYK
RGB Variations
Color information
#D8217E (or 0xD8217E) is known color: Deep Cerise. HEX triplet: D8, 21 and 7E. RGB value is (216,33,126). Sum of RGB (Red+Green+Blue) = 216+33+126=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8217E is #27DE81. Grayscale: #626262. Windows color (decimal): -2612866 or 8266200. OLE color: 8266200.
HSL color Cylindrical-coordinate representation of color #D8217E: hue angle of 329.51º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8217E is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 126 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.15 |
| HSL | 329.51º | 0.73% | 0.49% | - |
| HSV(B) | 329.51º | 0.85% | 0.85% | - |
| XYZ | 32.63 | 17.19 | 21.34 | - |
| YUV | 98.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 126 | 0 | 0.85 | 0.42 | 0.15 | 329.51 | 0.73 | 0.49 |
| Hex | D8 | 21 | 7E | 0 | 55 | 2A | F | 14A | 49 | 31 |
| Octal | 330 | 41 | 176 | 0 | 125 | 52 | 17 | 512 | 111 | 61 |
| Binary | 11011000 | 100001 | 1111110 | 0 | 1010101 | 101010 | 1111 | 101001010 | 1001001 | 110001 |
Color Harmonies of #D8217E
Complementary color
Monochromatic Colors of #D8217E
Black with #D8217E
Text Example
Text Example
White with #D8217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8217E; }
p { color: rgb(216,33,126); }
H1.HeaderClassName
{
color: #D8217E;
}
.AnyTagClassName
{
color: #D8217E;
}
</style>
background-color css
<style>
a { background-color: #D8217E; }
a { background-color: rgb(216,33,126); }
div.DivClassName
{
background-color: #D8217E;
}
.BgClassName
{
background-color: #D8217E;
}
</style>
border-color css
<style>
span { border-color: #D8217E; }
span { border-color: rgb(216,33,126); }
td.TdClassName
{
border-color: #D8217E;
}
.TagClassName
{
border-color: #D8217E;
}
</style>