Shades of Deep Cerise #DF2792
Tints of Deep Cerise #DF2792
RGB
CMYK
RGB Variations
Color information
#DF2792 (or 0xDF2792) is known color: Deep Cerise. HEX triplet: DF, 27 and 92. RGB value is (223,39,146). Sum of RGB (Red+Green+Blue) = 223+39+146=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2792 is #20D86D. Grayscale: #696969. Windows color (decimal): -2152558 or 9578463. OLE color: 9578463.
HSL color Cylindrical-coordinate representation of color #DF2792: hue angle of 325.11º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2792 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 146 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.13 |
| HSL | 325.11º | 0.74% | 0.51% | - |
| HSV(B) | 325.11º | 0.83% | 0.87% | - |
| XYZ | 36.35 | 19.21 | 28.99 | - |
| YUV | 106.21 | 150.46 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 146 | 0 | 0.83 | 0.35 | 0.13 | 325.11 | 0.74 | 0.51 |
| Hex | DF | 27 | 92 | 0 | 53 | 23 | D | 145 | 4A | 33 |
| Octal | 337 | 47 | 222 | 0 | 123 | 43 | 15 | 505 | 112 | 63 |
| Binary | 11011111 | 100111 | 10010010 | 0 | 1010011 | 100011 | 1101 | 101000101 | 1001010 | 110011 |
Color Harmonies of #DF2792
Complementary color
Monochromatic Colors of #DF2792
Black with #DF2792
Text Example
Text Example
White with #DF2792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2792; }
p { color: rgb(223,39,146); }
H1.HeaderClassName
{
color: #DF2792;
}
.AnyTagClassName
{
color: #DF2792;
}
</style>
background-color css
<style>
a { background-color: #DF2792; }
a { background-color: rgb(223,39,146); }
div.DivClassName
{
background-color: #DF2792;
}
.BgClassName
{
background-color: #DF2792;
}
</style>
border-color css
<style>
span { border-color: #DF2792; }
span { border-color: rgb(223,39,146); }
td.TdClassName
{
border-color: #DF2792;
}
.TagClassName
{
border-color: #DF2792;
}
</style>