Shades of Deep Cerise #DF209E
Tints of Deep Cerise #DF209E
RGB
CMYK
RGB Variations
Color information
#DF209E (or 0xDF209E) is known color: Deep Cerise. HEX triplet: DF, 20 and 9E. RGB value is (223,32,158). Sum of RGB (Red+Green+Blue) = 223+32+158=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF209E is #20DF61. Grayscale: #676767. Windows color (decimal): -2154338 or 10363103. OLE color: 10363103.
HSL color Cylindrical-coordinate representation of color #DF209E: hue angle of 320.42º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF209E is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 158 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.13 |
| HSL | 320.42º | 0.75% | 0.5% | - |
| HSV(B) | 320.42º | 0.86% | 0.87% | - |
| XYZ | 37.12 | 19.19 | 34.1 | - |
| YUV | 103.47 | 158.78 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 158 | 0 | 0.86 | 0.29 | 0.13 | 320.42 | 0.75 | 0.5 |
| Hex | DF | 20 | 9E | 0 | 56 | 1D | D | 140 | 4B | 32 |
| Octal | 337 | 40 | 236 | 0 | 126 | 35 | 15 | 500 | 113 | 62 |
| Binary | 11011111 | 100000 | 10011110 | 0 | 1010110 | 11101 | 1101 | 101000000 | 1001011 | 110010 |
Color Harmonies of #DF209E
Complementary color
Monochromatic Colors of #DF209E
Black with #DF209E
Text Example
Text Example
White with #DF209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF209E; }
p { color: rgb(223,32,158); }
H1.HeaderClassName
{
color: #DF209E;
}
.AnyTagClassName
{
color: #DF209E;
}
</style>
background-color css
<style>
a { background-color: #DF209E; }
a { background-color: rgb(223,32,158); }
div.DivClassName
{
background-color: #DF209E;
}
.BgClassName
{
background-color: #DF209E;
}
</style>
border-color css
<style>
span { border-color: #DF209E; }
span { border-color: rgb(223,32,158); }
td.TdClassName
{
border-color: #DF209E;
}
.TagClassName
{
border-color: #DF209E;
}
</style>