Shades of Cerise #DF2F72
Tints of Cerise #DF2F72
RGB
CMYK
RGB Variations
Color information
#DF2F72 (or 0xDF2F72) is known color: Cerise. HEX triplet: DF, 2F and 72. RGB value is (223,47,114). Sum of RGB (Red+Green+Blue) = 223+47+114=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2F72 is #20D08D. Grayscale: #6B6B6B. Windows color (decimal): -2150542 or 7483359. OLE color: 7483359.
HSL color Cylindrical-coordinate representation of color #DF2F72: hue angle of 337.16º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2F72 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 114 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.13 |
| HSL | 337.16º | 0.73% | 0.53% | - |
| HSV(B) | 337.16º | 0.79% | 0.87% | - |
| XYZ | 34.49 | 18.94 | 17.76 | - |
| YUV | 107.26 | 131.81 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 114 | 0 | 0.79 | 0.49 | 0.13 | 337.16 | 0.73 | 0.53 |
| Hex | DF | 2F | 72 | 0 | 4F | 31 | D | 151 | 49 | 35 |
| Octal | 337 | 57 | 162 | 0 | 117 | 61 | 15 | 521 | 111 | 65 |
| Binary | 11011111 | 101111 | 1110010 | 0 | 1001111 | 110001 | 1101 | 101010001 | 1001001 | 110101 |
Color Harmonies of #DF2F72
Complementary color
Monochromatic Colors of #DF2F72
Black with #DF2F72
Text Example
Text Example
White with #DF2F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F72; }
p { color: rgb(223,47,114); }
H1.HeaderClassName
{
color: #DF2F72;
}
.AnyTagClassName
{
color: #DF2F72;
}
</style>
background-color css
<style>
a { background-color: #DF2F72; }
a { background-color: rgb(223,47,114); }
div.DivClassName
{
background-color: #DF2F72;
}
.BgClassName
{
background-color: #DF2F72;
}
</style>
border-color css
<style>
span { border-color: #DF2F72; }
span { border-color: rgb(223,47,114); }
td.TdClassName
{
border-color: #DF2F72;
}
.TagClassName
{
border-color: #DF2F72;
}
</style>