Shades of Deep Cerise #DC2087
Tints of Deep Cerise #DC2087
RGB
CMYK
RGB Variations
Color information
#DC2087 (or 0xDC2087) is known color: Deep Cerise. HEX triplet: DC, 20 and 87. RGB value is (220,32,135). Sum of RGB (Red+Green+Blue) = 220+32+135=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2087 is #23DF78. Grayscale: #636363. Windows color (decimal): -2350969 or 8855772. OLE color: 8855772.
HSL color Cylindrical-coordinate representation of color #DC2087: hue angle of 327.13º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2087 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 135 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.14 |
| HSL | 327.13º | 0.75% | 0.49% | - |
| HSV(B) | 327.13º | 0.85% | 0.86% | - |
| XYZ | 34.4 | 18 | 24.58 | - |
| YUV | 99.95 | 147.78 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 135 | 0 | 0.85 | 0.39 | 0.14 | 327.13 | 0.75 | 0.49 |
| Hex | DC | 20 | 87 | 0 | 55 | 27 | E | 147 | 4B | 31 |
| Octal | 334 | 40 | 207 | 0 | 125 | 47 | 16 | 507 | 113 | 61 |
| Binary | 11011100 | 100000 | 10000111 | 0 | 1010101 | 100111 | 1110 | 101000111 | 1001011 | 110001 |
Color Harmonies of #DC2087
Complementary color
Monochromatic Colors of #DC2087
Black with #DC2087
Text Example
Text Example
White with #DC2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2087; }
p { color: rgb(220,32,135); }
H1.HeaderClassName
{
color: #DC2087;
}
.AnyTagClassName
{
color: #DC2087;
}
</style>
background-color css
<style>
a { background-color: #DC2087; }
a { background-color: rgb(220,32,135); }
div.DivClassName
{
background-color: #DC2087;
}
.BgClassName
{
background-color: #DC2087;
}
</style>
border-color css
<style>
span { border-color: #DC2087; }
span { border-color: rgb(220,32,135); }
td.TdClassName
{
border-color: #DC2087;
}
.TagClassName
{
border-color: #DC2087;
}
</style>