Shades of Deep Cerise #D9209E
Tints of Deep Cerise #D9209E
RGB
CMYK
RGB Variations
Color information
#D9209E (or 0xD9209E) is known color: Deep Cerise. HEX triplet: D9, 20 and 9E. RGB value is (217,32,158). Sum of RGB (Red+Green+Blue) = 217+32+158=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9209E is #26DF61. Grayscale: #656565. Windows color (decimal): -2547554 or 10363097. OLE color: 10363097.
HSL color Cylindrical-coordinate representation of color #D9209E: hue angle of 319.14º degrees, saturation: 0.74, 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 #D9209E is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 158 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.15 |
| HSL | 319.14º | 0.74% | 0.49% | - |
| HSV(B) | 319.14º | 0.85% | 0.85% | - |
| XYZ | 35.3 | 18.25 | 34.01 | - |
| YUV | 101.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 158 | 0 | 0.85 | 0.27 | 0.15 | 319.14 | 0.74 | 0.49 |
| Hex | D9 | 20 | 9E | 0 | 55 | 1B | F | 13F | 4A | 31 |
| Octal | 331 | 40 | 236 | 0 | 125 | 33 | 17 | 477 | 112 | 61 |
| Binary | 11011001 | 100000 | 10011110 | 0 | 1010101 | 11011 | 1111 | 100111111 | 1001010 | 110001 |
Color Harmonies of #D9209E
Complementary color
Monochromatic Colors of #D9209E
Black with #D9209E
Text Example
Text Example
White with #D9209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9209E; }
p { color: rgb(217,32,158); }
H1.HeaderClassName
{
color: #D9209E;
}
.AnyTagClassName
{
color: #D9209E;
}
</style>
background-color css
<style>
a { background-color: #D9209E; }
a { background-color: rgb(217,32,158); }
div.DivClassName
{
background-color: #D9209E;
}
.BgClassName
{
background-color: #D9209E;
}
</style>
border-color css
<style>
span { border-color: #D9209E; }
span { border-color: rgb(217,32,158); }
td.TdClassName
{
border-color: #D9209E;
}
.TagClassName
{
border-color: #D9209E;
}
</style>