Shades of Deep Cerise #DF2088
Tints of Deep Cerise #DF2088
RGB
CMYK
RGB Variations
Color information
#DF2088 (or 0xDF2088) is known color: Deep Cerise. HEX triplet: DF, 20 and 88. RGB value is (223,32,136). Sum of RGB (Red+Green+Blue) = 223+32+136=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2088 is #20DF77. Grayscale: #646464. Windows color (decimal): -2154360 or 8921311. OLE color: 8921311.
HSL color Cylindrical-coordinate representation of color #DF2088: hue angle of 327.33º 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 #DF2088 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 136 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.13 |
| HSL | 327.33º | 0.75% | 0.5% | - |
| HSV(B) | 327.33º | 0.86% | 0.87% | - |
| XYZ | 35.39 | 18.5 | 25 | - |
| YUV | 100.97 | 147.78 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 136 | 0 | 0.86 | 0.39 | 0.13 | 327.33 | 0.75 | 0.5 |
| Hex | DF | 20 | 88 | 0 | 56 | 27 | D | 147 | 4B | 32 |
| Octal | 337 | 40 | 210 | 0 | 126 | 47 | 15 | 507 | 113 | 62 |
| Binary | 11011111 | 100000 | 10001000 | 0 | 1010110 | 100111 | 1101 | 101000111 | 1001011 | 110010 |
Color Harmonies of #DF2088
Complementary color
Monochromatic Colors of #DF2088
Black with #DF2088
Text Example
Text Example
White with #DF2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2088; }
p { color: rgb(223,32,136); }
H1.HeaderClassName
{
color: #DF2088;
}
.AnyTagClassName
{
color: #DF2088;
}
</style>
background-color css
<style>
a { background-color: #DF2088; }
a { background-color: rgb(223,32,136); }
div.DivClassName
{
background-color: #DF2088;
}
.BgClassName
{
background-color: #DF2088;
}
</style>
border-color css
<style>
span { border-color: #DF2088; }
span { border-color: rgb(223,32,136); }
td.TdClassName
{
border-color: #DF2088;
}
.TagClassName
{
border-color: #DF2088;
}
</style>