Shades of Cerise #DF2270
Tints of Cerise #DF2270
RGB
CMYK
RGB Variations
Color information
#DF2270 (or 0xDF2270) is known color: Cerise. HEX triplet: DF, 22 and 70. RGB value is (223,34,112). Sum of RGB (Red+Green+Blue) = 223+34+112=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2270 is #20DD8F. Grayscale: #636363. Windows color (decimal): -2153872 or 7348959. OLE color: 7348959.
HSL color Cylindrical-coordinate representation of color #DF2270: hue angle of 335.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2270 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 112 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.13 |
| HSL | 335.24º | 0.75% | 0.5% | - |
| HSV(B) | 335.24º | 0.85% | 0.87% | - |
| XYZ | 33.93 | 18 | 17.02 | - |
| YUV | 99.4 | 135.12 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 112 | 0 | 0.85 | 0.50 | 0.13 | 335.24 | 0.75 | 0.5 |
| Hex | DF | 22 | 70 | 0 | 55 | 32 | D | 14F | 4B | 32 |
| Octal | 337 | 42 | 160 | 0 | 125 | 62 | 15 | 517 | 113 | 62 |
| Binary | 11011111 | 100010 | 1110000 | 0 | 1010101 | 110010 | 1101 | 101001111 | 1001011 | 110010 |
Color Harmonies of #DF2270
Complementary color
Monochromatic Colors of #DF2270
Black with #DF2270
Text Example
Text Example
White with #DF2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2270; }
p { color: rgb(223,34,112); }
H1.HeaderClassName
{
color: #DF2270;
}
.AnyTagClassName
{
color: #DF2270;
}
</style>
background-color css
<style>
a { background-color: #DF2270; }
a { background-color: rgb(223,34,112); }
div.DivClassName
{
background-color: #DF2270;
}
.BgClassName
{
background-color: #DF2270;
}
</style>
border-color css
<style>
span { border-color: #DF2270; }
span { border-color: rgb(223,34,112); }
td.TdClassName
{
border-color: #DF2270;
}
.TagClassName
{
border-color: #DF2270;
}
</style>