Shades of Deep Cerise #DA2799
Tints of Deep Cerise #DA2799
RGB
CMYK
RGB Variations
Color information
#DA2799 (or 0xDA2799) is known color: Deep Cerise. HEX triplet: DA, 27 and 99. RGB value is (218,39,153). Sum of RGB (Red+Green+Blue) = 218+39+153=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2799 is #25D866. Grayscale: #696969. Windows color (decimal): -2480231 or 10037210. OLE color: 10037210.
HSL color Cylindrical-coordinate representation of color #DA2799: hue angle of 321.79º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2799 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 153 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.15 |
| HSL | 321.79º | 0.71% | 0.5% | - |
| HSV(B) | 321.79º | 0.82% | 0.85% | - |
| XYZ | 35.39 | 18.66 | 31.87 | - |
| YUV | 105.52 | 154.8 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 153 | 0 | 0.82 | 0.30 | 0.15 | 321.79 | 0.71 | 0.5 |
| Hex | DA | 27 | 99 | 0 | 52 | 1E | F | 142 | 47 | 32 |
| Octal | 332 | 47 | 231 | 0 | 122 | 36 | 17 | 502 | 107 | 62 |
| Binary | 11011010 | 100111 | 10011001 | 0 | 1010010 | 11110 | 1111 | 101000010 | 1000111 | 110010 |
Color Harmonies of #DA2799
Complementary color
Monochromatic Colors of #DA2799
Black with #DA2799
Text Example
Text Example
White with #DA2799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2799; }
p { color: rgb(218,39,153); }
H1.HeaderClassName
{
color: #DA2799;
}
.AnyTagClassName
{
color: #DA2799;
}
</style>
background-color css
<style>
a { background-color: #DA2799; }
a { background-color: rgb(218,39,153); }
div.DivClassName
{
background-color: #DA2799;
}
.BgClassName
{
background-color: #DA2799;
}
</style>
border-color css
<style>
span { border-color: #DA2799; }
span { border-color: rgb(218,39,153); }
td.TdClassName
{
border-color: #DA2799;
}
.TagClassName
{
border-color: #DA2799;
}
</style>