Shades of Deep Cerise #DA2577
Tints of Deep Cerise #DA2577
RGB
CMYK
RGB Variations
Color information
#DA2577 (or 0xDA2577) is known color: Deep Cerise. HEX triplet: DA, 25 and 77. RGB value is (218,37,119). Sum of RGB (Red+Green+Blue) = 218+37+119=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2577 is #25DA88. Grayscale: #646464. Windows color (decimal): -2480777 or 7808474. OLE color: 7808474.
HSL color Cylindrical-coordinate representation of color #DA2577: hue angle of 332.82º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2577 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 119 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.15 |
| HSL | 332.82º | 0.71% | 0.5% | - |
| HSV(B) | 332.82º | 0.83% | 0.85% | - |
| XYZ | 32.9 | 17.56 | 19.11 | - |
| YUV | 100.47 | 138.47 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 119 | 0 | 0.83 | 0.45 | 0.15 | 332.82 | 0.71 | 0.5 |
| Hex | DA | 25 | 77 | 0 | 53 | 2D | F | 14D | 47 | 32 |
| Octal | 332 | 45 | 167 | 0 | 123 | 55 | 17 | 515 | 107 | 62 |
| Binary | 11011010 | 100101 | 1110111 | 0 | 1010011 | 101101 | 1111 | 101001101 | 1000111 | 110010 |
Color Harmonies of #DA2577
Complementary color
Monochromatic Colors of #DA2577
Black with #DA2577
Text Example
Text Example
White with #DA2577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2577; }
p { color: rgb(218,37,119); }
H1.HeaderClassName
{
color: #DA2577;
}
.AnyTagClassName
{
color: #DA2577;
}
</style>
background-color css
<style>
a { background-color: #DA2577; }
a { background-color: rgb(218,37,119); }
div.DivClassName
{
background-color: #DA2577;
}
.BgClassName
{
background-color: #DA2577;
}
</style>
border-color css
<style>
span { border-color: #DA2577; }
span { border-color: rgb(218,37,119); }
td.TdClassName
{
border-color: #DA2577;
}
.TagClassName
{
border-color: #DA2577;
}
</style>