Shades of Deep Cerise #DC2B89
Tints of Deep Cerise #DC2B89
RGB
CMYK
RGB Variations
Color information
#DC2B89 (or 0xDC2B89) is known color: Deep Cerise. HEX triplet: DC, 2B and 89. RGB value is (220,43,137). Sum of RGB (Red+Green+Blue) = 220+43+137=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B89 is #23D476. Grayscale: #6A6A6A. Windows color (decimal): -2348151 or 8989660. OLE color: 8989660.
HSL color Cylindrical-coordinate representation of color #DC2B89: hue angle of 328.14º 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 #DC2B89 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 137 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.14 |
| HSL | 328.14º | 0.72% | 0.52% | - |
| HSV(B) | 328.14º | 0.8% | 0.86% | - |
| XYZ | 34.89 | 18.75 | 25.45 | - |
| YUV | 106.64 | 145.14 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 137 | 0 | 0.80 | 0.38 | 0.14 | 328.14 | 0.72 | 0.52 |
| Hex | DC | 2B | 89 | 0 | 50 | 26 | E | 148 | 48 | 34 |
| Octal | 334 | 53 | 211 | 0 | 120 | 46 | 16 | 510 | 110 | 64 |
| Binary | 11011100 | 101011 | 10001001 | 0 | 1010000 | 100110 | 1110 | 101001000 | 1001000 | 110100 |
Color Harmonies of #DC2B89
Complementary color
Monochromatic Colors of #DC2B89
Black with #DC2B89
Text Example
Text Example
White with #DC2B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B89; }
p { color: rgb(220,43,137); }
H1.HeaderClassName
{
color: #DC2B89;
}
.AnyTagClassName
{
color: #DC2B89;
}
</style>
background-color css
<style>
a { background-color: #DC2B89; }
a { background-color: rgb(220,43,137); }
div.DivClassName
{
background-color: #DC2B89;
}
.BgClassName
{
background-color: #DC2B89;
}
</style>
border-color css
<style>
span { border-color: #DC2B89; }
span { border-color: rgb(220,43,137); }
td.TdClassName
{
border-color: #DC2B89;
}
.TagClassName
{
border-color: #DC2B89;
}
</style>