Shades of Deep Cerise #DC4087
Tints of Deep Cerise #DC4087
RGB
CMYK
RGB Variations
Color information
#DC4087 (or 0xDC4087) is known color: Deep Cerise. HEX triplet: DC, 40 and 87. RGB value is (220,64,135). Sum of RGB (Red+Green+Blue) = 220+64+135=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4087 is #23BF78. Grayscale: #767676. Windows color (decimal): -2342777 or 8863964. OLE color: 8863964.
HSL color Cylindrical-coordinate representation of color #DC4087: hue angle of 332.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4087 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 135 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.14 |
| HSL | 332.69º | 0.69% | 0.56% | - |
| HSV(B) | 332.69º | 0.71% | 0.86% | - |
| XYZ | 35.72 | 20.63 | 25.02 | - |
| YUV | 118.74 | 137.18 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 135 | 0 | 0.71 | 0.39 | 0.14 | 332.69 | 0.69 | 0.56 |
| Hex | DC | 40 | 87 | 0 | 47 | 27 | E | 14D | 45 | 38 |
| Octal | 334 | 100 | 207 | 0 | 107 | 47 | 16 | 515 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10000111 | 0 | 1000111 | 100111 | 1110 | 101001101 | 1000101 | 111000 |
Color Harmonies of #DC4087
Complementary color
Monochromatic Colors of #DC4087
Black with #DC4087
Text Example
Text Example
White with #DC4087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4087; }
p { color: rgb(220,64,135); }
H1.HeaderClassName
{
color: #DC4087;
}
.AnyTagClassName
{
color: #DC4087;
}
</style>
background-color css
<style>
a { background-color: #DC4087; }
a { background-color: rgb(220,64,135); }
div.DivClassName
{
background-color: #DC4087;
}
.BgClassName
{
background-color: #DC4087;
}
</style>
border-color css
<style>
span { border-color: #DC4087; }
span { border-color: rgb(220,64,135); }
td.TdClassName
{
border-color: #DC4087;
}
.TagClassName
{
border-color: #DC4087;
}
</style>