Shades of Cerise #DA2462
Tints of Cerise #DA2462
RGB
CMYK
RGB Variations
Color information
#DA2462 (or 0xDA2462) is known color: Cerise. HEX triplet: DA, 24 and 62. RGB value is (218,36,98). Sum of RGB (Red+Green+Blue) = 218+36+98=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2462 is #25DB9D. Grayscale: #616161. Windows color (decimal): -2481054 or 6431962. OLE color: 6431962.
HSL color Cylindrical-coordinate representation of color #DA2462: hue angle of 339.56º 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 #DA2462 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 98 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.15 |
| HSL | 339.56º | 0.72% | 0.5% | - |
| HSV(B) | 339.56º | 0.83% | 0.85% | - |
| XYZ | 31.75 | 17.05 | 13.17 | - |
| YUV | 97.49 | 128.3 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 98 | 0 | 0.83 | 0.55 | 0.15 | 339.56 | 0.72 | 0.5 |
| Hex | DA | 24 | 62 | 0 | 53 | 37 | F | 154 | 48 | 32 |
| Octal | 332 | 44 | 142 | 0 | 123 | 67 | 17 | 524 | 110 | 62 |
| Binary | 11011010 | 100100 | 1100010 | 0 | 1010011 | 110111 | 1111 | 101010100 | 1001000 | 110010 |
Color Harmonies of #DA2462
Complementary color
Monochromatic Colors of #DA2462
Black with #DA2462
Text Example
Text Example
White with #DA2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2462; }
p { color: rgb(218,36,98); }
H1.HeaderClassName
{
color: #DA2462;
}
.AnyTagClassName
{
color: #DA2462;
}
</style>
background-color css
<style>
a { background-color: #DA2462; }
a { background-color: rgb(218,36,98); }
div.DivClassName
{
background-color: #DA2462;
}
.BgClassName
{
background-color: #DA2462;
}
</style>
border-color css
<style>
span { border-color: #DA2462; }
span { border-color: rgb(218,36,98); }
td.TdClassName
{
border-color: #DA2462;
}
.TagClassName
{
border-color: #DA2462;
}
</style>