Shades of Cerise #DA2460
Tints of Cerise #DA2460
RGB
CMYK
RGB Variations
Color information
#DA2460 (or 0xDA2460) is known color: Cerise. HEX triplet: DA, 24 and 60. RGB value is (218,36,96). Sum of RGB (Red+Green+Blue) = 218+36+96=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2460 is #25DB9F. Grayscale: #616161. Windows color (decimal): -2481056 or 6300890. OLE color: 6300890.
HSL color Cylindrical-coordinate representation of color #DA2460: hue angle of 340.22º 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 #DA2460 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 96 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.15 |
| HSL | 340.22º | 0.72% | 0.5% | - |
| HSV(B) | 340.22º | 0.83% | 0.85% | - |
| XYZ | 31.66 | 17.01 | 12.68 | - |
| YUV | 97.26 | 127.3 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 96 | 0 | 0.83 | 0.56 | 0.15 | 340.22 | 0.72 | 0.5 |
| Hex | DA | 24 | 60 | 0 | 53 | 38 | F | 154 | 48 | 32 |
| Octal | 332 | 44 | 140 | 0 | 123 | 70 | 17 | 524 | 110 | 62 |
| Binary | 11011010 | 100100 | 1100000 | 0 | 1010011 | 111000 | 1111 | 101010100 | 1001000 | 110010 |
Color Harmonies of #DA2460
Complementary color
Monochromatic Colors of #DA2460
Black with #DA2460
Text Example
Text Example
White with #DA2460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2460; }
p { color: rgb(218,36,96); }
H1.HeaderClassName
{
color: #DA2460;
}
.AnyTagClassName
{
color: #DA2460;
}
</style>
background-color css
<style>
a { background-color: #DA2460; }
a { background-color: rgb(218,36,96); }
div.DivClassName
{
background-color: #DA2460;
}
.BgClassName
{
background-color: #DA2460;
}
</style>
border-color css
<style>
span { border-color: #DA2460; }
span { border-color: rgb(218,36,96); }
td.TdClassName
{
border-color: #DA2460;
}
.TagClassName
{
border-color: #DA2460;
}
</style>