Shades of Deep Cerise #DA2477
Tints of Deep Cerise #DA2477
RGB
CMYK
RGB Variations
Color information
#DA2477 (or 0xDA2477) is known color: Deep Cerise. HEX triplet: DA, 24 and 77. RGB value is (218,36,119). Sum of RGB (Red+Green+Blue) = 218+36+119=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2477 is #25DB88. Grayscale: #636363. Windows color (decimal): -2481033 or 7808218. OLE color: 7808218.
HSL color Cylindrical-coordinate representation of color #DA2477: hue angle of 332.64º 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 #DA2477 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 119 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.15 |
| HSL | 332.64º | 0.72% | 0.5% | - |
| HSV(B) | 332.64º | 0.83% | 0.85% | - |
| XYZ | 32.87 | 17.5 | 19.1 | - |
| YUV | 99.88 | 138.8 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 119 | 0 | 0.83 | 0.45 | 0.15 | 332.64 | 0.72 | 0.5 |
| Hex | DA | 24 | 77 | 0 | 53 | 2D | F | 14D | 48 | 32 |
| Octal | 332 | 44 | 167 | 0 | 123 | 55 | 17 | 515 | 110 | 62 |
| Binary | 11011010 | 100100 | 1110111 | 0 | 1010011 | 101101 | 1111 | 101001101 | 1001000 | 110010 |
Color Harmonies of #DA2477
Complementary color
Monochromatic Colors of #DA2477
Black with #DA2477
Text Example
Text Example
White with #DA2477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2477; }
p { color: rgb(218,36,119); }
H1.HeaderClassName
{
color: #DA2477;
}
.AnyTagClassName
{
color: #DA2477;
}
</style>
background-color css
<style>
a { background-color: #DA2477; }
a { background-color: rgb(218,36,119); }
div.DivClassName
{
background-color: #DA2477;
}
.BgClassName
{
background-color: #DA2477;
}
</style>
border-color css
<style>
span { border-color: #DA2477; }
span { border-color: rgb(218,36,119); }
td.TdClassName
{
border-color: #DA2477;
}
.TagClassName
{
border-color: #DA2477;
}
</style>