Shades of Deep Cerise #DA2996
Tints of Deep Cerise #DA2996
RGB
CMYK
RGB Variations
Color information
#DA2996 (or 0xDA2996) is known color: Deep Cerise. HEX triplet: DA, 29 and 96. RGB value is (218,41,150). Sum of RGB (Red+Green+Blue) = 218+41+150=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2996 is #25D669. Grayscale: #6A6A6A. Windows color (decimal): -2479722 or 9841114. OLE color: 9841114.
HSL color Cylindrical-coordinate representation of color #DA2996: hue angle of 323.05º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2996 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 150 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.15 |
| HSL | 323.05º | 0.71% | 0.51% | - |
| HSV(B) | 323.05º | 0.81% | 0.85% | - |
| XYZ | 35.21 | 18.69 | 30.61 | - |
| YUV | 106.35 | 152.64 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 150 | 0 | 0.81 | 0.31 | 0.15 | 323.05 | 0.71 | 0.51 |
| Hex | DA | 29 | 96 | 0 | 51 | 1F | F | 143 | 47 | 33 |
| Octal | 332 | 51 | 226 | 0 | 121 | 37 | 17 | 503 | 107 | 63 |
| Binary | 11011010 | 101001 | 10010110 | 0 | 1010001 | 11111 | 1111 | 101000011 | 1000111 | 110011 |
Color Harmonies of #DA2996
Complementary color
Monochromatic Colors of #DA2996
Black with #DA2996
Text Example
Text Example
White with #DA2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2996; }
p { color: rgb(218,41,150); }
H1.HeaderClassName
{
color: #DA2996;
}
.AnyTagClassName
{
color: #DA2996;
}
</style>
background-color css
<style>
a { background-color: #DA2996; }
a { background-color: rgb(218,41,150); }
div.DivClassName
{
background-color: #DA2996;
}
.BgClassName
{
background-color: #DA2996;
}
</style>
border-color css
<style>
span { border-color: #DA2996; }
span { border-color: rgb(218,41,150); }
td.TdClassName
{
border-color: #DA2996;
}
.TagClassName
{
border-color: #DA2996;
}
</style>