Shades of Deep Cerise #DF209A
Tints of Deep Cerise #DF209A
RGB
CMYK
RGB Variations
Color information
#DF209A (or 0xDF209A) is known color: Deep Cerise. HEX triplet: DF, 20 and 9A. RGB value is (223,32,154). Sum of RGB (Red+Green+Blue) = 223+32+154=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF209A is #20DF65. Grayscale: #666666. Windows color (decimal): -2154342 or 10100959. OLE color: 10100959.
HSL color Cylindrical-coordinate representation of color #DF209A: hue angle of 321.68º 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 #DF209A is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 154 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.13 |
| HSL | 321.68º | 0.75% | 0.5% | - |
| HSV(B) | 321.68º | 0.86% | 0.87% | - |
| XYZ | 36.78 | 19.05 | 32.31 | - |
| YUV | 103.02 | 156.78 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 154 | 0 | 0.86 | 0.31 | 0.13 | 321.68 | 0.75 | 0.5 |
| Hex | DF | 20 | 9A | 0 | 56 | 1F | D | 142 | 4B | 32 |
| Octal | 337 | 40 | 232 | 0 | 126 | 37 | 15 | 502 | 113 | 62 |
| Binary | 11011111 | 100000 | 10011010 | 0 | 1010110 | 11111 | 1101 | 101000010 | 1001011 | 110010 |
Color Harmonies of #DF209A
Complementary color
Monochromatic Colors of #DF209A
Black with #DF209A
Text Example
Text Example
White with #DF209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF209A; }
p { color: rgb(223,32,154); }
H1.HeaderClassName
{
color: #DF209A;
}
.AnyTagClassName
{
color: #DF209A;
}
</style>
background-color css
<style>
a { background-color: #DF209A; }
a { background-color: rgb(223,32,154); }
div.DivClassName
{
background-color: #DF209A;
}
.BgClassName
{
background-color: #DF209A;
}
</style>
border-color css
<style>
span { border-color: #DF209A; }
span { border-color: rgb(223,32,154); }
td.TdClassName
{
border-color: #DF209A;
}
.TagClassName
{
border-color: #DF209A;
}
</style>