Shades of Deep Cerise #DB2B7C
Tints of Deep Cerise #DB2B7C
RGB
CMYK
RGB Variations
Color information
#DB2B7C (or 0xDB2B7C) is known color: Deep Cerise. HEX triplet: DB, 2B and 7C. RGB value is (219,43,124). Sum of RGB (Red+Green+Blue) = 219+43+124=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2B7C is #24D483. Grayscale: #686868. Windows color (decimal): -2413700 or 8137691. OLE color: 8137691.
HSL color Cylindrical-coordinate representation of color #DB2B7C: hue angle of 332.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B7C is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 124 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.14 |
| HSL | 332.39º | 0.71% | 0.51% | - |
| HSV(B) | 332.39º | 0.8% | 0.86% | - |
| XYZ | 33.72 | 18.24 | 20.81 | - |
| YUV | 104.86 | 138.81 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 124 | 0 | 0.80 | 0.43 | 0.14 | 332.39 | 0.71 | 0.51 |
| Hex | DB | 2B | 7C | 0 | 50 | 2B | E | 14C | 47 | 33 |
| Octal | 333 | 53 | 174 | 0 | 120 | 53 | 16 | 514 | 107 | 63 |
| Binary | 11011011 | 101011 | 1111100 | 0 | 1010000 | 101011 | 1110 | 101001100 | 1000111 | 110011 |
Color Harmonies of #DB2B7C
Complementary color
Monochromatic Colors of #DB2B7C
Black with #DB2B7C
Text Example
Text Example
White with #DB2B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B7C; }
p { color: rgb(219,43,124); }
H1.HeaderClassName
{
color: #DB2B7C;
}
.AnyTagClassName
{
color: #DB2B7C;
}
</style>
background-color css
<style>
a { background-color: #DB2B7C; }
a { background-color: rgb(219,43,124); }
div.DivClassName
{
background-color: #DB2B7C;
}
.BgClassName
{
background-color: #DB2B7C;
}
</style>
border-color css
<style>
span { border-color: #DB2B7C; }
span { border-color: rgb(219,43,124); }
td.TdClassName
{
border-color: #DB2B7C;
}
.TagClassName
{
border-color: #DB2B7C;
}
</style>