Shades of Deep Cerise #DA2474
Tints of Deep Cerise #DA2474
RGB
CMYK
RGB Variations
Color information
#DA2474 (or 0xDA2474) is known color: Deep Cerise. HEX triplet: DA, 24 and 74. RGB value is (218,36,116). Sum of RGB (Red+Green+Blue) = 218+36+116=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2474 is #25DB8B. Grayscale: #636363. Windows color (decimal): -2481036 or 7611610. OLE color: 7611610.
HSL color Cylindrical-coordinate representation of color #DA2474: hue angle of 333.63º 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 #DA2474 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 116 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.15 |
| HSL | 333.63º | 0.72% | 0.5% | - |
| HSV(B) | 333.63º | 0.83% | 0.85% | - |
| XYZ | 32.7 | 17.43 | 18.16 | - |
| YUV | 99.54 | 137.3 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 116 | 0 | 0.83 | 0.47 | 0.15 | 333.63 | 0.72 | 0.5 |
| Hex | DA | 24 | 74 | 0 | 53 | 2F | F | 14E | 48 | 32 |
| Octal | 332 | 44 | 164 | 0 | 123 | 57 | 17 | 516 | 110 | 62 |
| Binary | 11011010 | 100100 | 1110100 | 0 | 1010011 | 101111 | 1111 | 101001110 | 1001000 | 110010 |
Color Harmonies of #DA2474
Complementary color
Monochromatic Colors of #DA2474
Black with #DA2474
Text Example
Text Example
White with #DA2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2474; }
p { color: rgb(218,36,116); }
H1.HeaderClassName
{
color: #DA2474;
}
.AnyTagClassName
{
color: #DA2474;
}
</style>
background-color css
<style>
a { background-color: #DA2474; }
a { background-color: rgb(218,36,116); }
div.DivClassName
{
background-color: #DA2474;
}
.BgClassName
{
background-color: #DA2474;
}
</style>
border-color css
<style>
span { border-color: #DA2474; }
span { border-color: rgb(218,36,116); }
td.TdClassName
{
border-color: #DA2474;
}
.TagClassName
{
border-color: #DA2474;
}
</style>