Shades of Deep Cerise #DA2D79
Tints of Deep Cerise #DA2D79
RGB
CMYK
RGB Variations
Color information
#DA2D79 (or 0xDA2D79) is known color: Deep Cerise. HEX triplet: DA, 2D and 79. RGB value is (218,45,121). Sum of RGB (Red+Green+Blue) = 218+45+121=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D79 is #25D286. Grayscale: #696969. Windows color (decimal): -2478727 or 7941594. OLE color: 7941594.
HSL color Cylindrical-coordinate representation of color #DA2D79: hue angle of 333.64º 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 #DA2D79 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 121 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.15 |
| HSL | 333.64º | 0.7% | 0.52% | - |
| HSV(B) | 333.64º | 0.79% | 0.85% | - |
| XYZ | 33.3 | 18.16 | 19.84 | - |
| YUV | 105.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 121 | 0 | 0.79 | 0.44 | 0.15 | 333.64 | 0.7 | 0.52 |
| Hex | DA | 2D | 79 | 0 | 4F | 2C | F | 14E | 46 | 34 |
| Octal | 332 | 55 | 171 | 0 | 117 | 54 | 17 | 516 | 106 | 64 |
| Binary | 11011010 | 101101 | 1111001 | 0 | 1001111 | 101100 | 1111 | 101001110 | 1000110 | 110100 |
Color Harmonies of #DA2D79
Complementary color
Monochromatic Colors of #DA2D79
Black with #DA2D79
Text Example
Text Example
White with #DA2D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D79; }
p { color: rgb(218,45,121); }
H1.HeaderClassName
{
color: #DA2D79;
}
.AnyTagClassName
{
color: #DA2D79;
}
</style>
background-color css
<style>
a { background-color: #DA2D79; }
a { background-color: rgb(218,45,121); }
div.DivClassName
{
background-color: #DA2D79;
}
.BgClassName
{
background-color: #DA2D79;
}
</style>
border-color css
<style>
span { border-color: #DA2D79; }
span { border-color: rgb(218,45,121); }
td.TdClassName
{
border-color: #DA2D79;
}
.TagClassName
{
border-color: #DA2D79;
}
</style>