Shades of Deep Cerise #DA2D77
Tints of Deep Cerise #DA2D77
RGB
CMYK
RGB Variations
Color information
#DA2D77 (or 0xDA2D77) is known color: Deep Cerise. HEX triplet: DA, 2D and 77. RGB value is (218,45,119). Sum of RGB (Red+Green+Blue) = 218+45+119=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D77 is #25D288. Grayscale: #696969. Windows color (decimal): -2478729 or 7810522. OLE color: 7810522.
HSL color Cylindrical-coordinate representation of color #DA2D77: hue angle of 334.34º 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 #DA2D77 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 119 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.15 |
| HSL | 334.34º | 0.7% | 0.52% | - |
| HSV(B) | 334.34º | 0.79% | 0.85% | - |
| XYZ | 33.18 | 18.11 | 19.2 | - |
| YUV | 105.16 | 135.81 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 119 | 0 | 0.79 | 0.45 | 0.15 | 334.34 | 0.7 | 0.52 |
| Hex | DA | 2D | 77 | 0 | 4F | 2D | F | 14E | 46 | 34 |
| Octal | 332 | 55 | 167 | 0 | 117 | 55 | 17 | 516 | 106 | 64 |
| Binary | 11011010 | 101101 | 1110111 | 0 | 1001111 | 101101 | 1111 | 101001110 | 1000110 | 110100 |
Color Harmonies of #DA2D77
Complementary color
Monochromatic Colors of #DA2D77
Black with #DA2D77
Text Example
Text Example
White with #DA2D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D77; }
p { color: rgb(218,45,119); }
H1.HeaderClassName
{
color: #DA2D77;
}
.AnyTagClassName
{
color: #DA2D77;
}
</style>
background-color css
<style>
a { background-color: #DA2D77; }
a { background-color: rgb(218,45,119); }
div.DivClassName
{
background-color: #DA2D77;
}
.BgClassName
{
background-color: #DA2D77;
}
</style>
border-color css
<style>
span { border-color: #DA2D77; }
span { border-color: rgb(218,45,119); }
td.TdClassName
{
border-color: #DA2D77;
}
.TagClassName
{
border-color: #DA2D77;
}
</style>