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