Shades of Cerise #DA2472
Tints of Cerise #DA2472
RGB
CMYK
RGB Variations
Color information
#DA2472 (or 0xDA2472) is known color: Cerise. HEX triplet: DA, 24 and 72. RGB value is (218,36,114). Sum of RGB (Red+Green+Blue) = 218+36+114=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2472 is #25DB8D. Grayscale: #636363. Windows color (decimal): -2481038 or 7480538. OLE color: 7480538.
HSL color Cylindrical-coordinate representation of color #DA2472: hue angle of 334.29º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2472 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 114 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.15 |
| HSL | 334.29º | 0.72% | 0.5% | - |
| HSV(B) | 334.29º | 0.83% | 0.85% | - |
| XYZ | 32.58 | 17.38 | 17.56 | - |
| YUV | 99.31 | 136.3 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 114 | 0 | 0.83 | 0.48 | 0.15 | 334.29 | 0.72 | 0.5 |
| Hex | DA | 24 | 72 | 0 | 53 | 30 | F | 14E | 48 | 32 |
| Octal | 332 | 44 | 162 | 0 | 123 | 60 | 17 | 516 | 110 | 62 |
| Binary | 11011010 | 100100 | 1110010 | 0 | 1010011 | 110000 | 1111 | 101001110 | 1001000 | 110010 |
Color Harmonies of #DA2472
Complementary color
Monochromatic Colors of #DA2472
Black with #DA2472
Text Example
Text Example
White with #DA2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2472; }
p { color: rgb(218,36,114); }
H1.HeaderClassName
{
color: #DA2472;
}
.AnyTagClassName
{
color: #DA2472;
}
</style>
background-color css
<style>
a { background-color: #DA2472; }
a { background-color: rgb(218,36,114); }
div.DivClassName
{
background-color: #DA2472;
}
.BgClassName
{
background-color: #DA2472;
}
</style>
border-color css
<style>
span { border-color: #DA2472; }
span { border-color: rgb(218,36,114); }
td.TdClassName
{
border-color: #DA2472;
}
.TagClassName
{
border-color: #DA2472;
}
</style>