Shades of Deep Cerise #DA2F77
Tints of Deep Cerise #DA2F77
RGB
CMYK
RGB Variations
Color information
#DA2F77 (or 0xDA2F77) is known color: Deep Cerise. HEX triplet: DA, 2F and 77. RGB value is (218,47,119). Sum of RGB (Red+Green+Blue) = 218+47+119=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2F77 is #25D088. Grayscale: #6A6A6A. Windows color (decimal): -2478217 or 7811034. OLE color: 7811034.
HSL color Cylindrical-coordinate representation of color #DA2F77: hue angle of 334.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2F77 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 119 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.15 |
| HSL | 334.74º | 0.7% | 0.52% | - |
| HSV(B) | 334.74º | 0.78% | 0.85% | - |
| XYZ | 33.26 | 18.27 | 19.23 | - |
| YUV | 106.34 | 135.15 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 119 | 0 | 0.78 | 0.45 | 0.15 | 334.74 | 0.7 | 0.52 |
| Hex | DA | 2F | 77 | 0 | 4E | 2D | F | 14F | 46 | 34 |
| Octal | 332 | 57 | 167 | 0 | 116 | 55 | 17 | 517 | 106 | 64 |
| Binary | 11011010 | 101111 | 1110111 | 0 | 1001110 | 101101 | 1111 | 101001111 | 1000110 | 110100 |
Color Harmonies of #DA2F77
Complementary color
Monochromatic Colors of #DA2F77
Black with #DA2F77
Text Example
Text Example
White with #DA2F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F77; }
p { color: rgb(218,47,119); }
H1.HeaderClassName
{
color: #DA2F77;
}
.AnyTagClassName
{
color: #DA2F77;
}
</style>
background-color css
<style>
a { background-color: #DA2F77; }
a { background-color: rgb(218,47,119); }
div.DivClassName
{
background-color: #DA2F77;
}
.BgClassName
{
background-color: #DA2F77;
}
</style>
border-color css
<style>
span { border-color: #DA2F77; }
span { border-color: rgb(218,47,119); }
td.TdClassName
{
border-color: #DA2F77;
}
.TagClassName
{
border-color: #DA2F77;
}
</style>