Shades of Cerise #DF2474
Tints of Cerise #DF2474
RGB
CMYK
RGB Variations
Color information
#DF2474 (or 0xDF2474) is known color: Cerise. HEX triplet: DF, 24 and 74. RGB value is (223,36,116). Sum of RGB (Red+Green+Blue) = 223+36+116=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2474 is #20DB8B. Grayscale: #646464. Windows color (decimal): -2153356 or 7611615. OLE color: 7611615.
HSL color Cylindrical-coordinate representation of color #DF2474: hue angle of 334.33º 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 #DF2474 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 116 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.13 |
| HSL | 334.33º | 0.75% | 0.51% | - |
| HSV(B) | 334.33º | 0.84% | 0.87% | - |
| XYZ | 34.21 | 18.21 | 18.23 | - |
| YUV | 101.03 | 136.45 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 116 | 0 | 0.84 | 0.48 | 0.13 | 334.33 | 0.75 | 0.51 |
| Hex | DF | 24 | 74 | 0 | 54 | 30 | D | 14E | 4B | 33 |
| Octal | 337 | 44 | 164 | 0 | 124 | 60 | 15 | 516 | 113 | 63 |
| Binary | 11011111 | 100100 | 1110100 | 0 | 1010100 | 110000 | 1101 | 101001110 | 1001011 | 110011 |
Color Harmonies of #DF2474
Complementary color
Monochromatic Colors of #DF2474
Black with #DF2474
Text Example
Text Example
White with #DF2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2474; }
p { color: rgb(223,36,116); }
H1.HeaderClassName
{
color: #DF2474;
}
.AnyTagClassName
{
color: #DF2474;
}
</style>
background-color css
<style>
a { background-color: #DF2474; }
a { background-color: rgb(223,36,116); }
div.DivClassName
{
background-color: #DF2474;
}
.BgClassName
{
background-color: #DF2474;
}
</style>
border-color css
<style>
span { border-color: #DF2474; }
span { border-color: rgb(223,36,116); }
td.TdClassName
{
border-color: #DF2474;
}
.TagClassName
{
border-color: #DF2474;
}
</style>