Shades of Deep Cerise #DF2099
Tints of Deep Cerise #DF2099
RGB
CMYK
RGB Variations
Color information
#DF2099 (or 0xDF2099) is known color: Deep Cerise. HEX triplet: DF, 20 and 99. RGB value is (223,32,153). Sum of RGB (Red+Green+Blue) = 223+32+153=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2099 is #20DF66. Grayscale: #666666. Windows color (decimal): -2154343 or 10035423. OLE color: 10035423.
HSL color Cylindrical-coordinate representation of color #DF2099: hue angle of 321.99º 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 #DF2099 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 153 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.13 |
| HSL | 321.99º | 0.75% | 0.5% | - |
| HSV(B) | 321.99º | 0.86% | 0.87% | - |
| XYZ | 36.7 | 19.02 | 31.87 | - |
| YUV | 102.9 | 156.28 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 153 | 0 | 0.86 | 0.31 | 0.13 | 321.99 | 0.75 | 0.5 |
| Hex | DF | 20 | 99 | 0 | 56 | 1F | D | 142 | 4B | 32 |
| Octal | 337 | 40 | 231 | 0 | 126 | 37 | 15 | 502 | 113 | 62 |
| Binary | 11011111 | 100000 | 10011001 | 0 | 1010110 | 11111 | 1101 | 101000010 | 1001011 | 110010 |
Color Harmonies of #DF2099
Complementary color
Monochromatic Colors of #DF2099
Black with #DF2099
Text Example
Text Example
White with #DF2099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2099; }
p { color: rgb(223,32,153); }
H1.HeaderClassName
{
color: #DF2099;
}
.AnyTagClassName
{
color: #DF2099;
}
</style>
background-color css
<style>
a { background-color: #DF2099; }
a { background-color: rgb(223,32,153); }
div.DivClassName
{
background-color: #DF2099;
}
.BgClassName
{
background-color: #DF2099;
}
</style>
border-color css
<style>
span { border-color: #DF2099; }
span { border-color: rgb(223,32,153); }
td.TdClassName
{
border-color: #DF2099;
}
.TagClassName
{
border-color: #DF2099;
}
</style>