Shades of Cerise #DF2371
Tints of Cerise #DF2371
RGB
CMYK
RGB Variations
Color information
#DF2371 (or 0xDF2371) is known color: Cerise. HEX triplet: DF, 23 and 71. RGB value is (223,35,113). Sum of RGB (Red+Green+Blue) = 223+35+113=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2371 is #20DC8E. Grayscale: #636363. Windows color (decimal): -2153615 or 7414751. OLE color: 7414751.
HSL color Cylindrical-coordinate representation of color #DF2371: hue angle of 335.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2371 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 113 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.13 |
| HSL | 335.11º | 0.75% | 0.51% | - |
| HSV(B) | 335.11º | 0.84% | 0.87% | - |
| XYZ | 34.01 | 18.08 | 17.32 | - |
| YUV | 100.1 | 135.28 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 113 | 0 | 0.84 | 0.49 | 0.13 | 335.11 | 0.75 | 0.51 |
| Hex | DF | 23 | 71 | 0 | 54 | 31 | D | 14F | 4B | 33 |
| Octal | 337 | 43 | 161 | 0 | 124 | 61 | 15 | 517 | 113 | 63 |
| Binary | 11011111 | 100011 | 1110001 | 0 | 1010100 | 110001 | 1101 | 101001111 | 1001011 | 110011 |
Color Harmonies of #DF2371
Complementary color
Monochromatic Colors of #DF2371
Black with #DF2371
Text Example
Text Example
White with #DF2371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2371; }
p { color: rgb(223,35,113); }
H1.HeaderClassName
{
color: #DF2371;
}
.AnyTagClassName
{
color: #DF2371;
}
</style>
background-color css
<style>
a { background-color: #DF2371; }
a { background-color: rgb(223,35,113); }
div.DivClassName
{
background-color: #DF2371;
}
.BgClassName
{
background-color: #DF2371;
}
</style>
border-color css
<style>
span { border-color: #DF2371; }
span { border-color: rgb(223,35,113); }
td.TdClassName
{
border-color: #DF2371;
}
.TagClassName
{
border-color: #DF2371;
}
</style>