Shades of Cerise #DF2464
Tints of Cerise #DF2464
RGB
CMYK
RGB Variations
Color information
#DF2464 (or 0xDF2464) is known color: Cerise. HEX triplet: DF, 24 and 64. RGB value is (223,36,100). Sum of RGB (Red+Green+Blue) = 223+36+100=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2464 is #20DB9B. Grayscale: #636363. Windows color (decimal): -2153372 or 6563039. OLE color: 6563039.
HSL color Cylindrical-coordinate representation of color #DF2464: hue angle of 339.47º 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 #DF2464 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 100 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.13 |
| HSL | 339.47º | 0.75% | 0.51% | - |
| HSV(B) | 339.47º | 0.84% | 0.87% | - |
| XYZ | 33.36 | 17.87 | 13.75 | - |
| YUV | 99.21 | 128.45 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 100 | 0 | 0.84 | 0.55 | 0.13 | 339.47 | 0.75 | 0.51 |
| Hex | DF | 24 | 64 | 0 | 54 | 37 | D | 153 | 4B | 33 |
| Octal | 337 | 44 | 144 | 0 | 124 | 67 | 15 | 523 | 113 | 63 |
| Binary | 11011111 | 100100 | 1100100 | 0 | 1010100 | 110111 | 1101 | 101010011 | 1001011 | 110011 |
Color Harmonies of #DF2464
Complementary color
Monochromatic Colors of #DF2464
Black with #DF2464
Text Example
Text Example
White with #DF2464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2464; }
p { color: rgb(223,36,100); }
H1.HeaderClassName
{
color: #DF2464;
}
.AnyTagClassName
{
color: #DF2464;
}
</style>
background-color css
<style>
a { background-color: #DF2464; }
a { background-color: rgb(223,36,100); }
div.DivClassName
{
background-color: #DF2464;
}
.BgClassName
{
background-color: #DF2464;
}
</style>
border-color css
<style>
span { border-color: #DF2464; }
span { border-color: rgb(223,36,100); }
td.TdClassName
{
border-color: #DF2464;
}
.TagClassName
{
border-color: #DF2464;
}
</style>