Shades of Cerise #DF2972
Tints of Cerise #DF2972
RGB
CMYK
RGB Variations
Color information
#DF2972 (or 0xDF2972) is known color: Cerise. HEX triplet: DF, 29 and 72. RGB value is (223,41,114). Sum of RGB (Red+Green+Blue) = 223+41+114=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2972 is #20D68D. Grayscale: #676767. Windows color (decimal): -2152078 or 7481823. OLE color: 7481823.
HSL color Cylindrical-coordinate representation of color #DF2972: hue angle of 335.93º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2972 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 114 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.13 |
| HSL | 335.93º | 0.74% | 0.52% | - |
| HSV(B) | 335.93º | 0.82% | 0.87% | - |
| XYZ | 34.26 | 18.49 | 17.68 | - |
| YUV | 103.74 | 133.8 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 114 | 0 | 0.82 | 0.49 | 0.13 | 335.93 | 0.74 | 0.52 |
| Hex | DF | 29 | 72 | 0 | 52 | 31 | D | 150 | 4A | 34 |
| Octal | 337 | 51 | 162 | 0 | 122 | 61 | 15 | 520 | 112 | 64 |
| Binary | 11011111 | 101001 | 1110010 | 0 | 1010010 | 110001 | 1101 | 101010000 | 1001010 | 110100 |
Color Harmonies of #DF2972
Complementary color
Monochromatic Colors of #DF2972
Black with #DF2972
Text Example
Text Example
White with #DF2972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2972; }
p { color: rgb(223,41,114); }
H1.HeaderClassName
{
color: #DF2972;
}
.AnyTagClassName
{
color: #DF2972;
}
</style>
background-color css
<style>
a { background-color: #DF2972; }
a { background-color: rgb(223,41,114); }
div.DivClassName
{
background-color: #DF2972;
}
.BgClassName
{
background-color: #DF2972;
}
</style>
border-color css
<style>
span { border-color: #DF2972; }
span { border-color: rgb(223,41,114); }
td.TdClassName
{
border-color: #DF2972;
}
.TagClassName
{
border-color: #DF2972;
}
</style>