Shades of Deep Cerise #DF2092
Tints of Deep Cerise #DF2092
RGB
CMYK
RGB Variations
Color information
#DF2092 (or 0xDF2092) is known color: Deep Cerise. HEX triplet: DF, 20 and 92. RGB value is (223,32,146). Sum of RGB (Red+Green+Blue) = 223+32+146=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2092 is #20DF6D. Grayscale: #656565. Windows color (decimal): -2154350 or 9576671. OLE color: 9576671.
HSL color Cylindrical-coordinate representation of color #DF2092: hue angle of 324.19º 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 #DF2092 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 146 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.13 |
| HSL | 324.19º | 0.75% | 0.5% | - |
| HSV(B) | 324.19º | 0.86% | 0.87% | - |
| XYZ | 36.14 | 18.8 | 28.92 | - |
| YUV | 102.11 | 152.78 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 146 | 0 | 0.86 | 0.35 | 0.13 | 324.19 | 0.75 | 0.5 |
| Hex | DF | 20 | 92 | 0 | 56 | 23 | D | 144 | 4B | 32 |
| Octal | 337 | 40 | 222 | 0 | 126 | 43 | 15 | 504 | 113 | 62 |
| Binary | 11011111 | 100000 | 10010010 | 0 | 1010110 | 100011 | 1101 | 101000100 | 1001011 | 110010 |
Color Harmonies of #DF2092
Complementary color
Monochromatic Colors of #DF2092
Black with #DF2092
Text Example
Text Example
White with #DF2092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2092; }
p { color: rgb(223,32,146); }
H1.HeaderClassName
{
color: #DF2092;
}
.AnyTagClassName
{
color: #DF2092;
}
</style>
background-color css
<style>
a { background-color: #DF2092; }
a { background-color: rgb(223,32,146); }
div.DivClassName
{
background-color: #DF2092;
}
.BgClassName
{
background-color: #DF2092;
}
</style>
border-color css
<style>
span { border-color: #DF2092; }
span { border-color: rgb(223,32,146); }
td.TdClassName
{
border-color: #DF2092;
}
.TagClassName
{
border-color: #DF2092;
}
</style>