Shades of Deep Cerise #DC2B76
Tints of Deep Cerise #DC2B76
RGB
CMYK
RGB Variations
Color information
#DC2B76 (or 0xDC2B76) is known color: Deep Cerise. HEX triplet: DC, 2B and 76. RGB value is (220,43,118). Sum of RGB (Red+Green+Blue) = 220+43+118=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B76 is #23D489. Grayscale: #686868. Windows color (decimal): -2348170 or 7744476. OLE color: 7744476.
HSL color Cylindrical-coordinate representation of color #DC2B76: hue angle of 334.58º 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 #DC2B76 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 118 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.14 |
| HSL | 334.58º | 0.72% | 0.52% | - |
| HSV(B) | 334.58º | 0.8% | 0.86% | - |
| XYZ | 33.65 | 18.25 | 18.89 | - |
| YUV | 104.47 | 135.64 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 118 | 0 | 0.80 | 0.46 | 0.14 | 334.58 | 0.72 | 0.52 |
| Hex | DC | 2B | 76 | 0 | 50 | 2E | E | 14F | 48 | 34 |
| Octal | 334 | 53 | 166 | 0 | 120 | 56 | 16 | 517 | 110 | 64 |
| Binary | 11011100 | 101011 | 1110110 | 0 | 1010000 | 101110 | 1110 | 101001111 | 1001000 | 110100 |
Color Harmonies of #DC2B76
Complementary color
Monochromatic Colors of #DC2B76
Black with #DC2B76
Text Example
Text Example
White with #DC2B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B76; }
p { color: rgb(220,43,118); }
H1.HeaderClassName
{
color: #DC2B76;
}
.AnyTagClassName
{
color: #DC2B76;
}
</style>
background-color css
<style>
a { background-color: #DC2B76; }
a { background-color: rgb(220,43,118); }
div.DivClassName
{
background-color: #DC2B76;
}
.BgClassName
{
background-color: #DC2B76;
}
</style>
border-color css
<style>
span { border-color: #DC2B76; }
span { border-color: rgb(220,43,118); }
td.TdClassName
{
border-color: #DC2B76;
}
.TagClassName
{
border-color: #DC2B76;
}
</style>