Shades of Deep Cerise #DB2D7C
Tints of Deep Cerise #DB2D7C
RGB
CMYK
RGB Variations
Color information
#DB2D7C (or 0xDB2D7C) is known color: Deep Cerise. HEX triplet: DB, 2D and 7C. RGB value is (219,45,124). Sum of RGB (Red+Green+Blue) = 219+45+124=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2D7C is #24D283. Grayscale: #696969. Windows color (decimal): -2413188 or 8138203. OLE color: 8138203.
HSL color Cylindrical-coordinate representation of color #DB2D7C: hue angle of 332.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2D7C is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 124 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.14 |
| HSL | 332.76º | 0.71% | 0.52% | - |
| HSV(B) | 332.76º | 0.79% | 0.86% | - |
| XYZ | 33.79 | 18.39 | 20.84 | - |
| YUV | 106.03 | 138.15 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 124 | 0 | 0.79 | 0.43 | 0.14 | 332.76 | 0.71 | 0.52 |
| Hex | DB | 2D | 7C | 0 | 4F | 2B | E | 14D | 47 | 34 |
| Octal | 333 | 55 | 174 | 0 | 117 | 53 | 16 | 515 | 107 | 64 |
| Binary | 11011011 | 101101 | 1111100 | 0 | 1001111 | 101011 | 1110 | 101001101 | 1000111 | 110100 |
Color Harmonies of #DB2D7C
Complementary color
Monochromatic Colors of #DB2D7C
Black with #DB2D7C
Text Example
Text Example
White with #DB2D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D7C; }
p { color: rgb(219,45,124); }
H1.HeaderClassName
{
color: #DB2D7C;
}
.AnyTagClassName
{
color: #DB2D7C;
}
</style>
background-color css
<style>
a { background-color: #DB2D7C; }
a { background-color: rgb(219,45,124); }
div.DivClassName
{
background-color: #DB2D7C;
}
.BgClassName
{
background-color: #DB2D7C;
}
</style>
border-color css
<style>
span { border-color: #DB2D7C; }
span { border-color: rgb(219,45,124); }
td.TdClassName
{
border-color: #DB2D7C;
}
.TagClassName
{
border-color: #DB2D7C;
}
</style>