Shades of Deep Cerise #DA2999
Tints of Deep Cerise #DA2999
RGB
CMYK
RGB Variations
Color information
#DA2999 (or 0xDA2999) is known color: Deep Cerise. HEX triplet: DA, 29 and 99. RGB value is (218,41,153). Sum of RGB (Red+Green+Blue) = 218+41+153=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2999 is #25D666. Grayscale: #6A6A6A. Windows color (decimal): -2479719 or 10037722. OLE color: 10037722.
HSL color Cylindrical-coordinate representation of color #DA2999: hue angle of 322.03º 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 #DA2999 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 153 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.15 |
| HSL | 322.03º | 0.71% | 0.51% | - |
| HSV(B) | 322.03º | 0.81% | 0.85% | - |
| XYZ | 35.46 | 18.79 | 31.9 | - |
| YUV | 106.69 | 154.14 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 153 | 0 | 0.81 | 0.30 | 0.15 | 322.03 | 0.71 | 0.51 |
| Hex | DA | 29 | 99 | 0 | 51 | 1E | F | 142 | 47 | 33 |
| Octal | 332 | 51 | 231 | 0 | 121 | 36 | 17 | 502 | 107 | 63 |
| Binary | 11011010 | 101001 | 10011001 | 0 | 1010001 | 11110 | 1111 | 101000010 | 1000111 | 110011 |
Color Harmonies of #DA2999
Complementary color
Monochromatic Colors of #DA2999
Black with #DA2999
Text Example
Text Example
White with #DA2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2999; }
p { color: rgb(218,41,153); }
H1.HeaderClassName
{
color: #DA2999;
}
.AnyTagClassName
{
color: #DA2999;
}
</style>
background-color css
<style>
a { background-color: #DA2999; }
a { background-color: rgb(218,41,153); }
div.DivClassName
{
background-color: #DA2999;
}
.BgClassName
{
background-color: #DA2999;
}
</style>
border-color css
<style>
span { border-color: #DA2999; }
span { border-color: rgb(218,41,153); }
td.TdClassName
{
border-color: #DA2999;
}
.TagClassName
{
border-color: #DA2999;
}
</style>