Shades of Deep Cerise #DC2587
Tints of Deep Cerise #DC2587
RGB
CMYK
RGB Variations
Color information
#DC2587 (or 0xDC2587) is known color: Deep Cerise. HEX triplet: DC, 25 and 87. RGB value is (220,37,135). Sum of RGB (Red+Green+Blue) = 220+37+135=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2587 is #23DA78. Grayscale: #666666. Windows color (decimal): -2349689 or 8857052. OLE color: 8857052.
HSL color Cylindrical-coordinate representation of color #DC2587: hue angle of 327.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2587 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 135 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.14 |
| HSL | 327.87º | 0.72% | 0.5% | - |
| HSV(B) | 327.87º | 0.83% | 0.86% | - |
| XYZ | 34.55 | 18.29 | 24.63 | - |
| YUV | 102.89 | 146.13 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 135 | 0 | 0.83 | 0.39 | 0.14 | 327.87 | 0.72 | 0.5 |
| Hex | DC | 25 | 87 | 0 | 53 | 27 | E | 148 | 48 | 32 |
| Octal | 334 | 45 | 207 | 0 | 123 | 47 | 16 | 510 | 110 | 62 |
| Binary | 11011100 | 100101 | 10000111 | 0 | 1010011 | 100111 | 1110 | 101001000 | 1001000 | 110010 |
Color Harmonies of #DC2587
Complementary color
Monochromatic Colors of #DC2587
Black with #DC2587
Text Example
Text Example
White with #DC2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2587; }
p { color: rgb(220,37,135); }
H1.HeaderClassName
{
color: #DC2587;
}
.AnyTagClassName
{
color: #DC2587;
}
</style>
background-color css
<style>
a { background-color: #DC2587; }
a { background-color: rgb(220,37,135); }
div.DivClassName
{
background-color: #DC2587;
}
.BgClassName
{
background-color: #DC2587;
}
</style>
border-color css
<style>
span { border-color: #DC2587; }
span { border-color: rgb(220,37,135); }
td.TdClassName
{
border-color: #DC2587;
}
.TagClassName
{
border-color: #DC2587;
}
</style>