Shades of Deep Cerise #DC2B7A
Tints of Deep Cerise #DC2B7A
RGB
CMYK
RGB Variations
Color information
#DC2B7A (or 0xDC2B7A) is known color: Deep Cerise. HEX triplet: DC, 2B and 7A. RGB value is (220,43,122). Sum of RGB (Red+Green+Blue) = 220+43+122=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B7A is #23D485. Grayscale: #686868. Windows color (decimal): -2348166 or 8006620. OLE color: 8006620.
HSL color Cylindrical-coordinate representation of color #DC2B7A: hue angle of 333.22º 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 #DC2B7A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 122 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.14 |
| HSL | 333.22º | 0.72% | 0.52% | - |
| HSV(B) | 333.22º | 0.8% | 0.86% | - |
| XYZ | 33.89 | 18.35 | 20.17 | - |
| YUV | 104.93 | 137.64 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 122 | 0 | 0.80 | 0.45 | 0.14 | 333.22 | 0.72 | 0.52 |
| Hex | DC | 2B | 7A | 0 | 50 | 2D | E | 14D | 48 | 34 |
| Octal | 334 | 53 | 172 | 0 | 120 | 55 | 16 | 515 | 110 | 64 |
| Binary | 11011100 | 101011 | 1111010 | 0 | 1010000 | 101101 | 1110 | 101001101 | 1001000 | 110100 |
Color Harmonies of #DC2B7A
Complementary color
Monochromatic Colors of #DC2B7A
Black with #DC2B7A
Text Example
Text Example
White with #DC2B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B7A; }
p { color: rgb(220,43,122); }
H1.HeaderClassName
{
color: #DC2B7A;
}
.AnyTagClassName
{
color: #DC2B7A;
}
</style>
background-color css
<style>
a { background-color: #DC2B7A; }
a { background-color: rgb(220,43,122); }
div.DivClassName
{
background-color: #DC2B7A;
}
.BgClassName
{
background-color: #DC2B7A;
}
</style>
border-color css
<style>
span { border-color: #DC2B7A; }
span { border-color: rgb(220,43,122); }
td.TdClassName
{
border-color: #DC2B7A;
}
.TagClassName
{
border-color: #DC2B7A;
}
</style>