Shades of Deep Cerise #DA2A76
Tints of Deep Cerise #DA2A76
RGB
CMYK
RGB Variations
Color information
#DA2A76 (or 0xDA2A76) is known color: Deep Cerise. HEX triplet: DA, 2A and 76. RGB value is (218,42,118). Sum of RGB (Red+Green+Blue) = 218+42+118=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2A76 is #25D589. Grayscale: #676767. Windows color (decimal): -2479498 or 7744218. OLE color: 7744218.
HSL color Cylindrical-coordinate representation of color #DA2A76: hue angle of 334.09º degrees, saturation: 0.7, 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 #DA2A76 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 118 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.15 |
| HSL | 334.09º | 0.7% | 0.51% | - |
| HSV(B) | 334.09º | 0.81% | 0.85% | - |
| XYZ | 33.01 | 17.87 | 18.85 | - |
| YUV | 103.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 118 | 0 | 0.81 | 0.46 | 0.15 | 334.09 | 0.7 | 0.51 |
| Hex | DA | 2A | 76 | 0 | 51 | 2E | F | 14E | 46 | 33 |
| Octal | 332 | 52 | 166 | 0 | 121 | 56 | 17 | 516 | 106 | 63 |
| Binary | 11011010 | 101010 | 1110110 | 0 | 1010001 | 101110 | 1111 | 101001110 | 1000110 | 110011 |
Color Harmonies of #DA2A76
Complementary color
Monochromatic Colors of #DA2A76
Black with #DA2A76
Text Example
Text Example
White with #DA2A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A76; }
p { color: rgb(218,42,118); }
H1.HeaderClassName
{
color: #DA2A76;
}
.AnyTagClassName
{
color: #DA2A76;
}
</style>
background-color css
<style>
a { background-color: #DA2A76; }
a { background-color: rgb(218,42,118); }
div.DivClassName
{
background-color: #DA2A76;
}
.BgClassName
{
background-color: #DA2A76;
}
</style>
border-color css
<style>
span { border-color: #DA2A76; }
span { border-color: rgb(218,42,118); }
td.TdClassName
{
border-color: #DA2A76;
}
.TagClassName
{
border-color: #DA2A76;
}
</style>