Shades of Deep Cerise #DA2588
Tints of Deep Cerise #DA2588
RGB
CMYK
RGB Variations
Color information
#DA2588 (or 0xDA2588) is known color: Deep Cerise. HEX triplet: DA, 25 and 88. RGB value is (218,37,136). Sum of RGB (Red+Green+Blue) = 218+37+136=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2588 is #25DA77. Grayscale: #666666. Windows color (decimal): -2480760 or 8922586. OLE color: 8922586.
HSL color Cylindrical-coordinate representation of color #DA2588: hue angle of 327.18º 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 #DA2588 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 136 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.15 |
| HSL | 327.18º | 0.71% | 0.5% | - |
| HSV(B) | 327.18º | 0.83% | 0.85% | - |
| XYZ | 34.02 | 18.01 | 24.98 | - |
| YUV | 102.41 | 146.97 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 136 | 0 | 0.83 | 0.38 | 0.15 | 327.18 | 0.71 | 0.5 |
| Hex | DA | 25 | 88 | 0 | 53 | 26 | F | 147 | 47 | 32 |
| Octal | 332 | 45 | 210 | 0 | 123 | 46 | 17 | 507 | 107 | 62 |
| Binary | 11011010 | 100101 | 10001000 | 0 | 1010011 | 100110 | 1111 | 101000111 | 1000111 | 110010 |
Color Harmonies of #DA2588
Complementary color
Monochromatic Colors of #DA2588
Black with #DA2588
Text Example
Text Example
White with #DA2588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2588; }
p { color: rgb(218,37,136); }
H1.HeaderClassName
{
color: #DA2588;
}
.AnyTagClassName
{
color: #DA2588;
}
</style>
background-color css
<style>
a { background-color: #DA2588; }
a { background-color: rgb(218,37,136); }
div.DivClassName
{
background-color: #DA2588;
}
.BgClassName
{
background-color: #DA2588;
}
</style>
border-color css
<style>
span { border-color: #DA2588; }
span { border-color: rgb(218,37,136); }
td.TdClassName
{
border-color: #DA2588;
}
.TagClassName
{
border-color: #DA2588;
}
</style>