Shades of Deep Cerise #DA2587
Tints of Deep Cerise #DA2587
RGB
CMYK
RGB Variations
Color information
#DA2587 (or 0xDA2587) is known color: Deep Cerise. HEX triplet: DA, 25 and 87. RGB value is (218,37,135). Sum of RGB (Red+Green+Blue) = 218+37+135=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2587 is #25DA78. Grayscale: #666666. Windows color (decimal): -2480761 or 8857050. OLE color: 8857050.
HSL color Cylindrical-coordinate representation of color #DA2587: hue angle of 327.51º 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 #DA2587 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 135 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.15 |
| HSL | 327.51º | 0.71% | 0.5% | - |
| HSV(B) | 327.51º | 0.83% | 0.85% | - |
| XYZ | 33.95 | 17.98 | 24.6 | - |
| YUV | 102.29 | 146.47 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 135 | 0 | 0.83 | 0.38 | 0.15 | 327.51 | 0.71 | 0.5 |
| Hex | DA | 25 | 87 | 0 | 53 | 26 | F | 148 | 47 | 32 |
| Octal | 332 | 45 | 207 | 0 | 123 | 46 | 17 | 510 | 107 | 62 |
| Binary | 11011010 | 100101 | 10000111 | 0 | 1010011 | 100110 | 1111 | 101001000 | 1000111 | 110010 |
Color Harmonies of #DA2587
Complementary color
Monochromatic Colors of #DA2587
Black with #DA2587
Text Example
Text Example
White with #DA2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2587; }
p { color: rgb(218,37,135); }
H1.HeaderClassName
{
color: #DA2587;
}
.AnyTagClassName
{
color: #DA2587;
}
</style>
background-color css
<style>
a { background-color: #DA2587; }
a { background-color: rgb(218,37,135); }
div.DivClassName
{
background-color: #DA2587;
}
.BgClassName
{
background-color: #DA2587;
}
</style>
border-color css
<style>
span { border-color: #DA2587; }
span { border-color: rgb(218,37,135); }
td.TdClassName
{
border-color: #DA2587;
}
.TagClassName
{
border-color: #DA2587;
}
</style>