Shades of Deep Cerise #DC2589
Tints of Deep Cerise #DC2589
RGB
CMYK
RGB Variations
Color information
#DC2589 (or 0xDC2589) is known color: Deep Cerise. HEX triplet: DC, 25 and 89. RGB value is (220,37,137). Sum of RGB (Red+Green+Blue) = 220+37+137=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2589 is #23DA76. Grayscale: #666666. Windows color (decimal): -2349687 or 8988124. OLE color: 8988124.
HSL color Cylindrical-coordinate representation of color #DC2589: hue angle of 327.21º 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 #DC2589 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 137 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.14 |
| HSL | 327.21º | 0.72% | 0.5% | - |
| HSV(B) | 327.21º | 0.83% | 0.86% | - |
| XYZ | 34.69 | 18.34 | 25.38 | - |
| YUV | 103.12 | 147.13 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 137 | 0 | 0.83 | 0.38 | 0.14 | 327.21 | 0.72 | 0.5 |
| Hex | DC | 25 | 89 | 0 | 53 | 26 | E | 147 | 48 | 32 |
| Octal | 334 | 45 | 211 | 0 | 123 | 46 | 16 | 507 | 110 | 62 |
| Binary | 11011100 | 100101 | 10001001 | 0 | 1010011 | 100110 | 1110 | 101000111 | 1001000 | 110010 |
Color Harmonies of #DC2589
Complementary color
Monochromatic Colors of #DC2589
Black with #DC2589
Text Example
Text Example
White with #DC2589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2589; }
p { color: rgb(220,37,137); }
H1.HeaderClassName
{
color: #DC2589;
}
.AnyTagClassName
{
color: #DC2589;
}
</style>
background-color css
<style>
a { background-color: #DC2589; }
a { background-color: rgb(220,37,137); }
div.DivClassName
{
background-color: #DC2589;
}
.BgClassName
{
background-color: #DC2589;
}
</style>
border-color css
<style>
span { border-color: #DC2589; }
span { border-color: rgb(220,37,137); }
td.TdClassName
{
border-color: #DC2589;
}
.TagClassName
{
border-color: #DC2589;
}
</style>