Shades of Deep Cerise #DA2D76
Tints of Deep Cerise #DA2D76
RGB
CMYK
RGB Variations
Color information
#DA2D76 (or 0xDA2D76) is known color: Deep Cerise. HEX triplet: DA, 2D and 76. RGB value is (218,45,118). Sum of RGB (Red+Green+Blue) = 218+45+118=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D76 is #25D289. Grayscale: #686868. Windows color (decimal): -2478730 or 7744986. OLE color: 7744986.
HSL color Cylindrical-coordinate representation of color #DA2D76: hue angle of 334.68º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D76 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 118 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.15 |
| HSL | 334.68º | 0.7% | 0.52% | - |
| HSV(B) | 334.68º | 0.79% | 0.85% | - |
| XYZ | 33.12 | 18.09 | 18.89 | - |
| YUV | 105.05 | 135.31 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 118 | 0 | 0.79 | 0.46 | 0.15 | 334.68 | 0.7 | 0.52 |
| Hex | DA | 2D | 76 | 0 | 4F | 2E | F | 14F | 46 | 34 |
| Octal | 332 | 55 | 166 | 0 | 117 | 56 | 17 | 517 | 106 | 64 |
| Binary | 11011010 | 101101 | 1110110 | 0 | 1001111 | 101110 | 1111 | 101001111 | 1000110 | 110100 |
Color Harmonies of #DA2D76
Complementary color
Monochromatic Colors of #DA2D76
Black with #DA2D76
Text Example
Text Example
White with #DA2D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D76; }
p { color: rgb(218,45,118); }
H1.HeaderClassName
{
color: #DA2D76;
}
.AnyTagClassName
{
color: #DA2D76;
}
</style>
background-color css
<style>
a { background-color: #DA2D76; }
a { background-color: rgb(218,45,118); }
div.DivClassName
{
background-color: #DA2D76;
}
.BgClassName
{
background-color: #DA2D76;
}
</style>
border-color css
<style>
span { border-color: #DA2D76; }
span { border-color: rgb(218,45,118); }
td.TdClassName
{
border-color: #DA2D76;
}
.TagClassName
{
border-color: #DA2D76;
}
</style>