Shades of Deep Cerise #DC2B88
Tints of Deep Cerise #DC2B88
RGB
CMYK
RGB Variations
Color information
#DC2B88 (or 0xDC2B88) is known color: Deep Cerise. HEX triplet: DC, 2B and 88. RGB value is (220,43,136). Sum of RGB (Red+Green+Blue) = 220+43+136=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B88 is #23D477. Grayscale: #6A6A6A. Windows color (decimal): -2348152 or 8924124. OLE color: 8924124.
HSL color Cylindrical-coordinate representation of color #DC2B88: hue angle of 328.47º 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 #DC2B88 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 43 | 136 | - |
CMYK | 0 | 0.80 | 0.38 | 0.14 |
HSL | 328.47º | 0.72% | 0.52% | - |
HSV(B) | 328.47º | 0.8% | 0.86% | - |
XYZ | 34.82 | 18.72 | 25.07 | - |
YUV | 106.53 | 144.64 | 208.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 43 | 136 | 0 | 0.80 | 0.38 | 0.14 | 328.47 | 0.72 | 0.52 |
Hex | DC | 2B | 88 | 0 | 50 | 26 | E | 148 | 48 | 34 |
Octal | 334 | 53 | 210 | 0 | 120 | 46 | 16 | 510 | 110 | 64 |
Binary | 11011100 | 101011 | 10001000 | 0 | 1010000 | 100110 | 1110 | 101001000 | 1001000 | 110100 |
Color Harmonies of #DC2B88
Complementary color
Monochromatic Colors of #DC2B88
Black with #DC2B88
Text Example
Text Example
White with #DC2B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B88; }
p { color: rgb(220,43,136); }
H1.HeaderClassName
{
color: #DC2B88;
}
.AnyTagClassName
{
color: #DC2B88;
}
</style>
background-color css
<style>
a { background-color: #DC2B88; }
a { background-color: rgb(220,43,136); }
div.DivClassName
{
background-color: #DC2B88;
}
.BgClassName
{
background-color: #DC2B88;
}
</style>
border-color css
<style>
span { border-color: #DC2B88; }
span { border-color: rgb(220,43,136); }
td.TdClassName
{
border-color: #DC2B88;
}
.TagClassName
{
border-color: #DC2B88;
}
</style>