Shades of Deep Cerise #DC2B7B
Tints of Deep Cerise #DC2B7B
RGB
CMYK
RGB Variations
Color information
#DC2B7B (or 0xDC2B7B) is known color: Deep Cerise. HEX triplet: DC, 2B and 7B. RGB value is (220,43,123). Sum of RGB (Red+Green+Blue) = 220+43+123=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B7B is #23D484. Grayscale: #686868. Windows color (decimal): -2348165 or 8072156. OLE color: 8072156.
HSL color Cylindrical-coordinate representation of color #DC2B7B: hue angle of 332.88º 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 #DC2B7B is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 123 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.14 |
| HSL | 332.88º | 0.72% | 0.52% | - |
| HSV(B) | 332.88º | 0.8% | 0.86% | - |
| XYZ | 33.95 | 18.37 | 20.5 | - |
| YUV | 105.04 | 138.14 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 123 | 0 | 0.80 | 0.44 | 0.14 | 332.88 | 0.72 | 0.52 |
| Hex | DC | 2B | 7B | 0 | 50 | 2C | E | 14D | 48 | 34 |
| Octal | 334 | 53 | 173 | 0 | 120 | 54 | 16 | 515 | 110 | 64 |
| Binary | 11011100 | 101011 | 1111011 | 0 | 1010000 | 101100 | 1110 | 101001101 | 1001000 | 110100 |
Color Harmonies of #DC2B7B
Complementary color
Monochromatic Colors of #DC2B7B
Black with #DC2B7B
Text Example
Text Example
White with #DC2B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B7B; }
p { color: rgb(220,43,123); }
H1.HeaderClassName
{
color: #DC2B7B;
}
.AnyTagClassName
{
color: #DC2B7B;
}
</style>
background-color css
<style>
a { background-color: #DC2B7B; }
a { background-color: rgb(220,43,123); }
div.DivClassName
{
background-color: #DC2B7B;
}
.BgClassName
{
background-color: #DC2B7B;
}
</style>
border-color css
<style>
span { border-color: #DC2B7B; }
span { border-color: rgb(220,43,123); }
td.TdClassName
{
border-color: #DC2B7B;
}
.TagClassName
{
border-color: #DC2B7B;
}
</style>