Shades of Deep Cerise #DF2C92
Tints of Deep Cerise #DF2C92
RGB
CMYK
RGB Variations
Color information
#DF2C92 (or 0xDF2C92) is known color: Deep Cerise. HEX triplet: DF, 2C and 92. RGB value is (223,44,146). Sum of RGB (Red+Green+Blue) = 223+44+146=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2C92 is #20D36D. Grayscale: #6C6C6C. Windows color (decimal): -2151278 or 9579743. OLE color: 9579743.
HSL color Cylindrical-coordinate representation of color #DF2C92: hue angle of 325.81º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C92 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 146 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.13 |
| HSL | 325.81º | 0.74% | 0.52% | - |
| HSV(B) | 325.81º | 0.8% | 0.87% | - |
| XYZ | 36.52 | 19.56 | 29.05 | - |
| YUV | 109.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 146 | 0 | 0.80 | 0.35 | 0.13 | 325.81 | 0.74 | 0.52 |
| Hex | DF | 2C | 92 | 0 | 50 | 23 | D | 146 | 4A | 34 |
| Octal | 337 | 54 | 222 | 0 | 120 | 43 | 15 | 506 | 112 | 64 |
| Binary | 11011111 | 101100 | 10010010 | 0 | 1010000 | 100011 | 1101 | 101000110 | 1001010 | 110100 |
Color Harmonies of #DF2C92
Complementary color
Monochromatic Colors of #DF2C92
Black with #DF2C92
Text Example
Text Example
White with #DF2C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C92; }
p { color: rgb(223,44,146); }
H1.HeaderClassName
{
color: #DF2C92;
}
.AnyTagClassName
{
color: #DF2C92;
}
</style>
background-color css
<style>
a { background-color: #DF2C92; }
a { background-color: rgb(223,44,146); }
div.DivClassName
{
background-color: #DF2C92;
}
.BgClassName
{
background-color: #DF2C92;
}
</style>
border-color css
<style>
span { border-color: #DF2C92; }
span { border-color: rgb(223,44,146); }
td.TdClassName
{
border-color: #DF2C92;
}
.TagClassName
{
border-color: #DF2C92;
}
</style>