Shades of Cerise #DA2160
Tints of Cerise #DA2160
RGB
CMYK
RGB Variations
Color information
#DA2160 (or 0xDA2160) is known color: Cerise. HEX triplet: DA, 21 and 60. RGB value is (218,33,96). Sum of RGB (Red+Green+Blue) = 218+33+96=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2160 is #25DE9F. Grayscale: #5F5F5F. Windows color (decimal): -2481824 or 6300122. OLE color: 6300122.
HSL color Cylindrical-coordinate representation of color #DA2160: hue angle of 339.57º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2160 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 96 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.15 |
| HSL | 339.57º | 0.74% | 0.49% | - |
| HSV(B) | 339.57º | 0.85% | 0.85% | - |
| XYZ | 31.57 | 16.84 | 12.65 | - |
| YUV | 95.5 | 128.29 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 96 | 0 | 0.85 | 0.56 | 0.15 | 339.57 | 0.74 | 0.49 |
| Hex | DA | 21 | 60 | 0 | 55 | 38 | F | 154 | 4A | 31 |
| Octal | 332 | 41 | 140 | 0 | 125 | 70 | 17 | 524 | 112 | 61 |
| Binary | 11011010 | 100001 | 1100000 | 0 | 1010101 | 111000 | 1111 | 101010100 | 1001010 | 110001 |
Color Harmonies of #DA2160
Complementary color
Monochromatic Colors of #DA2160
Black with #DA2160
Text Example
Text Example
White with #DA2160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2160; }
p { color: rgb(218,33,96); }
H1.HeaderClassName
{
color: #DA2160;
}
.AnyTagClassName
{
color: #DA2160;
}
</style>
background-color css
<style>
a { background-color: #DA2160; }
a { background-color: rgb(218,33,96); }
div.DivClassName
{
background-color: #DA2160;
}
.BgClassName
{
background-color: #DA2160;
}
</style>
border-color css
<style>
span { border-color: #DA2160; }
span { border-color: rgb(218,33,96); }
td.TdClassName
{
border-color: #DA2160;
}
.TagClassName
{
border-color: #DA2160;
}
</style>