Shades of Deep Cerise #DF209D
Tints of Deep Cerise #DF209D
RGB
CMYK
RGB Variations
Color information
#DF209D (or 0xDF209D) is known color: Deep Cerise. HEX triplet: DF, 20 and 9D. RGB value is (223,32,157). Sum of RGB (Red+Green+Blue) = 223+32+157=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF209D is #20DF62. Grayscale: #676767. Windows color (decimal): -2154339 or 10297567. OLE color: 10297567.
HSL color Cylindrical-coordinate representation of color #DF209D: hue angle of 320.73º 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 #DF209D is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 157 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.13 |
| HSL | 320.73º | 0.75% | 0.5% | - |
| HSV(B) | 320.73º | 0.86% | 0.87% | - |
| XYZ | 37.03 | 19.16 | 33.64 | - |
| YUV | 103.36 | 158.28 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 157 | 0 | 0.86 | 0.30 | 0.13 | 320.73 | 0.75 | 0.5 |
| Hex | DF | 20 | 9D | 0 | 56 | 1E | D | 141 | 4B | 32 |
| Octal | 337 | 40 | 235 | 0 | 126 | 36 | 15 | 501 | 113 | 62 |
| Binary | 11011111 | 100000 | 10011101 | 0 | 1010110 | 11110 | 1101 | 101000001 | 1001011 | 110010 |
Color Harmonies of #DF209D
Complementary color
Monochromatic Colors of #DF209D
Black with #DF209D
Text Example
Text Example
White with #DF209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF209D; }
p { color: rgb(223,32,157); }
H1.HeaderClassName
{
color: #DF209D;
}
.AnyTagClassName
{
color: #DF209D;
}
</style>
background-color css
<style>
a { background-color: #DF209D; }
a { background-color: rgb(223,32,157); }
div.DivClassName
{
background-color: #DF209D;
}
.BgClassName
{
background-color: #DF209D;
}
</style>
border-color css
<style>
span { border-color: #DF209D; }
span { border-color: rgb(223,32,157); }
td.TdClassName
{
border-color: #DF209D;
}
.TagClassName
{
border-color: #DF209D;
}
</style>