Shades of Deep Cerise #D9209D
Tints of Deep Cerise #D9209D
RGB
CMYK
RGB Variations
Color information
#D9209D (or 0xD9209D) is known color: Deep Cerise. HEX triplet: D9, 20 and 9D. RGB value is (217,32,157). Sum of RGB (Red+Green+Blue) = 217+32+157=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9209D is #26DF62. Grayscale: #656565. Windows color (decimal): -2547555 or 10297561. OLE color: 10297561.
HSL color Cylindrical-coordinate representation of color #D9209D: hue angle of 319.46º 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 #D9209D is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 157 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.15 |
| HSL | 319.46º | 0.74% | 0.49% | - |
| HSV(B) | 319.46º | 0.85% | 0.85% | - |
| XYZ | 35.22 | 18.22 | 33.56 | - |
| YUV | 101.57 | 159.29 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 157 | 0 | 0.85 | 0.28 | 0.15 | 319.46 | 0.74 | 0.49 |
| Hex | D9 | 20 | 9D | 0 | 55 | 1C | F | 13F | 4A | 31 |
| Octal | 331 | 40 | 235 | 0 | 125 | 34 | 17 | 477 | 112 | 61 |
| Binary | 11011001 | 100000 | 10011101 | 0 | 1010101 | 11100 | 1111 | 100111111 | 1001010 | 110001 |
Color Harmonies of #D9209D
Complementary color
Monochromatic Colors of #D9209D
Black with #D9209D
Text Example
Text Example
White with #D9209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9209D; }
p { color: rgb(217,32,157); }
H1.HeaderClassName
{
color: #D9209D;
}
.AnyTagClassName
{
color: #D9209D;
}
</style>
background-color css
<style>
a { background-color: #D9209D; }
a { background-color: rgb(217,32,157); }
div.DivClassName
{
background-color: #D9209D;
}
.BgClassName
{
background-color: #D9209D;
}
</style>
border-color css
<style>
span { border-color: #D9209D; }
span { border-color: rgb(217,32,157); }
td.TdClassName
{
border-color: #D9209D;
}
.TagClassName
{
border-color: #D9209D;
}
</style>