Shades of Deep Cerise #DA2876
Tints of Deep Cerise #DA2876
RGB
CMYK
RGB Variations
Color information
#DA2876 (or 0xDA2876) is known color: Deep Cerise. HEX triplet: DA, 28 and 76. RGB value is (218,40,118). Sum of RGB (Red+Green+Blue) = 218+40+118=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2876 is #25D789. Grayscale: #656565. Windows color (decimal): -2480010 or 7743706. OLE color: 7743706.
HSL color Cylindrical-coordinate representation of color #DA2876: hue angle of 333.71º 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 #DA2876 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 118 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.15 |
| HSL | 333.71º | 0.71% | 0.51% | - |
| HSV(B) | 333.71º | 0.82% | 0.85% | - |
| XYZ | 32.94 | 17.73 | 18.83 | - |
| YUV | 102.11 | 136.97 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 118 | 0 | 0.82 | 0.46 | 0.15 | 333.71 | 0.71 | 0.51 |
| Hex | DA | 28 | 76 | 0 | 52 | 2E | F | 14E | 47 | 33 |
| Octal | 332 | 50 | 166 | 0 | 122 | 56 | 17 | 516 | 107 | 63 |
| Binary | 11011010 | 101000 | 1110110 | 0 | 1010010 | 101110 | 1111 | 101001110 | 1000111 | 110011 |
Color Harmonies of #DA2876
Complementary color
Monochromatic Colors of #DA2876
Black with #DA2876
Text Example
Text Example
White with #DA2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2876; }
p { color: rgb(218,40,118); }
H1.HeaderClassName
{
color: #DA2876;
}
.AnyTagClassName
{
color: #DA2876;
}
</style>
background-color css
<style>
a { background-color: #DA2876; }
a { background-color: rgb(218,40,118); }
div.DivClassName
{
background-color: #DA2876;
}
.BgClassName
{
background-color: #DA2876;
}
</style>
border-color css
<style>
span { border-color: #DA2876; }
span { border-color: rgb(218,40,118); }
td.TdClassName
{
border-color: #DA2876;
}
.TagClassName
{
border-color: #DA2876;
}
</style>