Shades of Deep Cerise #DC2C7B
Tints of Deep Cerise #DC2C7B
RGB
CMYK
RGB Variations
Color information
#DC2C7B (or 0xDC2C7B) is known color: Deep Cerise. HEX triplet: DC, 2C and 7B. RGB value is (220,44,123). Sum of RGB (Red+Green+Blue) = 220+44+123=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C7B is #23D384. Grayscale: #696969. Windows color (decimal): -2347909 or 8072412. OLE color: 8072412.
HSL color Cylindrical-coordinate representation of color #DC2C7B: hue angle of 333.07º 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 #DC2C7B is Cyan = 0, Magento = 0.8, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 123 | - |
| CMYK | 0 | 0.8 | 0.44 | 0.14 |
| HSL | 333.07º | 0.72% | 0.52% | - |
| HSV(B) | 333.07º | 0.8% | 0.86% | - |
| XYZ | 33.99 | 18.45 | 20.51 | - |
| YUV | 105.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 123 | 0 | 0.8 | 0.44 | 0.14 | 333.07 | 0.72 | 0.52 |
| Hex | DC | 2C | 7B | 0 | 50 | 2C | E | 14D | 48 | 34 |
| Octal | 334 | 54 | 173 | 0 | 120 | 54 | 16 | 515 | 110 | 64 |
| Binary | 11011100 | 101100 | 1111011 | 0 | 1010000 | 101100 | 1110 | 101001101 | 1001000 | 110100 |
Color Harmonies of #DC2C7B
Complementary color
Monochromatic Colors of #DC2C7B
Black with #DC2C7B
Text Example
Text Example
White with #DC2C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C7B; }
p { color: rgb(220,44,123); }
H1.HeaderClassName
{
color: #DC2C7B;
}
.AnyTagClassName
{
color: #DC2C7B;
}
</style>
background-color css
<style>
a { background-color: #DC2C7B; }
a { background-color: rgb(220,44,123); }
div.DivClassName
{
background-color: #DC2C7B;
}
.BgClassName
{
background-color: #DC2C7B;
}
</style>
border-color css
<style>
span { border-color: #DC2C7B; }
span { border-color: rgb(220,44,123); }
td.TdClassName
{
border-color: #DC2C7B;
}
.TagClassName
{
border-color: #DC2C7B;
}
</style>