Shades of Deep Cerise #DA2896
Tints of Deep Cerise #DA2896
RGB
CMYK
RGB Variations
Color information
#DA2896 (or 0xDA2896) is known color: Deep Cerise. HEX triplet: DA, 28 and 96. RGB value is (218,40,150). Sum of RGB (Red+Green+Blue) = 218+40+150=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2896 is #25D769. Grayscale: #696969. Windows color (decimal): -2479978 or 9840858. OLE color: 9840858.
HSL color Cylindrical-coordinate representation of color #DA2896: hue angle of 322.92º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2896 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 150 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.15 |
| HSL | 322.92º | 0.71% | 0.51% | - |
| HSV(B) | 322.92º | 0.82% | 0.85% | - |
| XYZ | 35.18 | 18.63 | 30.6 | - |
| YUV | 105.76 | 152.97 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 150 | 0 | 0.82 | 0.31 | 0.15 | 322.92 | 0.71 | 0.51 |
| Hex | DA | 28 | 96 | 0 | 52 | 1F | F | 143 | 47 | 33 |
| Octal | 332 | 50 | 226 | 0 | 122 | 37 | 17 | 503 | 107 | 63 |
| Binary | 11011010 | 101000 | 10010110 | 0 | 1010010 | 11111 | 1111 | 101000011 | 1000111 | 110011 |
Color Harmonies of #DA2896
Complementary color
Monochromatic Colors of #DA2896
Black with #DA2896
Text Example
Text Example
White with #DA2896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2896; }
p { color: rgb(218,40,150); }
H1.HeaderClassName
{
color: #DA2896;
}
.AnyTagClassName
{
color: #DA2896;
}
</style>
background-color css
<style>
a { background-color: #DA2896; }
a { background-color: rgb(218,40,150); }
div.DivClassName
{
background-color: #DA2896;
}
.BgClassName
{
background-color: #DA2896;
}
</style>
border-color css
<style>
span { border-color: #DA2896; }
span { border-color: rgb(218,40,150); }
td.TdClassName
{
border-color: #DA2896;
}
.TagClassName
{
border-color: #DA2896;
}
</style>