Shades of Cerise #DA2464
Tints of Cerise #DA2464
RGB
CMYK
RGB Variations
Color information
#DA2464 (or 0xDA2464) is known color: Cerise. HEX triplet: DA, 24 and 64. RGB value is (218,36,100). Sum of RGB (Red+Green+Blue) = 218+36+100=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2464 is #25DB9B. Grayscale: #616161. Windows color (decimal): -2481052 or 6563034. OLE color: 6563034.
HSL color Cylindrical-coordinate representation of color #DA2464: hue angle of 338.9º 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 #DA2464 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 100 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.15 |
| HSL | 338.9º | 0.72% | 0.5% | - |
| HSV(B) | 338.9º | 0.83% | 0.85% | - |
| XYZ | 31.84 | 17.09 | 13.68 | - |
| YUV | 97.71 | 129.3 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 100 | 0 | 0.83 | 0.54 | 0.15 | 338.9 | 0.72 | 0.5 |
| Hex | DA | 24 | 64 | 0 | 53 | 36 | F | 153 | 48 | 32 |
| Octal | 332 | 44 | 144 | 0 | 123 | 66 | 17 | 523 | 110 | 62 |
| Binary | 11011010 | 100100 | 1100100 | 0 | 1010011 | 110110 | 1111 | 101010011 | 1001000 | 110010 |
Color Harmonies of #DA2464
Complementary color
Monochromatic Colors of #DA2464
Black with #DA2464
Text Example
Text Example
White with #DA2464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2464; }
p { color: rgb(218,36,100); }
H1.HeaderClassName
{
color: #DA2464;
}
.AnyTagClassName
{
color: #DA2464;
}
</style>
background-color css
<style>
a { background-color: #DA2464; }
a { background-color: rgb(218,36,100); }
div.DivClassName
{
background-color: #DA2464;
}
.BgClassName
{
background-color: #DA2464;
}
</style>
border-color css
<style>
span { border-color: #DA2464; }
span { border-color: rgb(218,36,100); }
td.TdClassName
{
border-color: #DA2464;
}
.TagClassName
{
border-color: #DA2464;
}
</style>