Shades of Deep Cerise #DC2B87
Tints of Deep Cerise #DC2B87
RGB
CMYK
RGB Variations
Color information
#DC2B87 (or 0xDC2B87) is known color: Deep Cerise. HEX triplet: DC, 2B and 87. RGB value is (220,43,135). Sum of RGB (Red+Green+Blue) = 220+43+135=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B87 is #23D478. Grayscale: #6A6A6A. Windows color (decimal): -2348153 or 8858588. OLE color: 8858588.
HSL color Cylindrical-coordinate representation of color #DC2B87: hue angle of 328.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2B87 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 135 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.14 |
| HSL | 328.81º | 0.72% | 0.52% | - |
| HSV(B) | 328.81º | 0.8% | 0.86% | - |
| XYZ | 34.75 | 18.69 | 24.7 | - |
| YUV | 106.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 135 | 0 | 0.80 | 0.39 | 0.14 | 328.81 | 0.72 | 0.52 |
| Hex | DC | 2B | 87 | 0 | 50 | 27 | E | 149 | 48 | 34 |
| Octal | 334 | 53 | 207 | 0 | 120 | 47 | 16 | 511 | 110 | 64 |
| Binary | 11011100 | 101011 | 10000111 | 0 | 1010000 | 100111 | 1110 | 101001001 | 1001000 | 110100 |
Color Harmonies of #DC2B87
Complementary color
Monochromatic Colors of #DC2B87
Black with #DC2B87
Text Example
Text Example
White with #DC2B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B87; }
p { color: rgb(220,43,135); }
H1.HeaderClassName
{
color: #DC2B87;
}
.AnyTagClassName
{
color: #DC2B87;
}
</style>
background-color css
<style>
a { background-color: #DC2B87; }
a { background-color: rgb(220,43,135); }
div.DivClassName
{
background-color: #DC2B87;
}
.BgClassName
{
background-color: #DC2B87;
}
</style>
border-color css
<style>
span { border-color: #DC2B87; }
span { border-color: rgb(220,43,135); }
td.TdClassName
{
border-color: #DC2B87;
}
.TagClassName
{
border-color: #DC2B87;
}
</style>