Shades of Cerise #DA2471
Tints of Cerise #DA2471
RGB
CMYK
RGB Variations
Color information
#DA2471 (or 0xDA2471) is known color: Cerise. HEX triplet: DA, 24 and 71. RGB value is (218,36,113). Sum of RGB (Red+Green+Blue) = 218+36+113=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2471 is #25DB8E. Grayscale: #636363. Windows color (decimal): -2481039 or 7415002. OLE color: 7415002.
HSL color Cylindrical-coordinate representation of color #DA2471: hue angle of 334.62º 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 #DA2471 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 113 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.15 |
| HSL | 334.62º | 0.72% | 0.5% | - |
| HSV(B) | 334.62º | 0.83% | 0.85% | - |
| XYZ | 32.52 | 17.36 | 17.26 | - |
| YUV | 99.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 113 | 0 | 0.83 | 0.48 | 0.15 | 334.62 | 0.72 | 0.5 |
| Hex | DA | 24 | 71 | 0 | 53 | 30 | F | 14F | 48 | 32 |
| Octal | 332 | 44 | 161 | 0 | 123 | 60 | 17 | 517 | 110 | 62 |
| Binary | 11011010 | 100100 | 1110001 | 0 | 1010011 | 110000 | 1111 | 101001111 | 1001000 | 110010 |
Color Harmonies of #DA2471
Complementary color
Monochromatic Colors of #DA2471
Black with #DA2471
Text Example
Text Example
White with #DA2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2471; }
p { color: rgb(218,36,113); }
H1.HeaderClassName
{
color: #DA2471;
}
.AnyTagClassName
{
color: #DA2471;
}
</style>
background-color css
<style>
a { background-color: #DA2471; }
a { background-color: rgb(218,36,113); }
div.DivClassName
{
background-color: #DA2471;
}
.BgClassName
{
background-color: #DA2471;
}
</style>
border-color css
<style>
span { border-color: #DA2471; }
span { border-color: rgb(218,36,113); }
td.TdClassName
{
border-color: #DA2471;
}
.TagClassName
{
border-color: #DA2471;
}
</style>