Shades of Deep Cerise #DC2D76
Tints of Deep Cerise #DC2D76
RGB
CMYK
RGB Variations
Color information
#DC2D76 (or 0xDC2D76) is known color: Deep Cerise. HEX triplet: DC, 2D and 76. RGB value is (220,45,118). Sum of RGB (Red+Green+Blue) = 220+45+118=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2D76 is #23D289. Grayscale: #696969. Windows color (decimal): -2347658 or 7744988. OLE color: 7744988.
HSL color Cylindrical-coordinate representation of color #DC2D76: hue angle of 334.97º degrees, saturation: 0.71, 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 #DC2D76 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 118 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.14 |
| HSL | 334.97º | 0.71% | 0.52% | - |
| HSV(B) | 334.97º | 0.8% | 0.86% | - |
| XYZ | 33.72 | 18.4 | 18.91 | - |
| YUV | 105.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 118 | 0 | 0.80 | 0.46 | 0.14 | 334.97 | 0.71 | 0.52 |
| Hex | DC | 2D | 76 | 0 | 50 | 2E | E | 14F | 47 | 34 |
| Octal | 334 | 55 | 166 | 0 | 120 | 56 | 16 | 517 | 107 | 64 |
| Binary | 11011100 | 101101 | 1110110 | 0 | 1010000 | 101110 | 1110 | 101001111 | 1000111 | 110100 |
Color Harmonies of #DC2D76
Complementary color
Monochromatic Colors of #DC2D76
Black with #DC2D76
Text Example
Text Example
White with #DC2D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D76; }
p { color: rgb(220,45,118); }
H1.HeaderClassName
{
color: #DC2D76;
}
.AnyTagClassName
{
color: #DC2D76;
}
</style>
background-color css
<style>
a { background-color: #DC2D76; }
a { background-color: rgb(220,45,118); }
div.DivClassName
{
background-color: #DC2D76;
}
.BgClassName
{
background-color: #DC2D76;
}
</style>
border-color css
<style>
span { border-color: #DC2D76; }
span { border-color: rgb(220,45,118); }
td.TdClassName
{
border-color: #DC2D76;
}
.TagClassName
{
border-color: #DC2D76;
}
</style>