Shades of Deep Cerise #DB2E7C
Tints of Deep Cerise #DB2E7C
RGB
CMYK
RGB Variations
Color information
#DB2E7C (or 0xDB2E7C) is known color: Deep Cerise. HEX triplet: DB, 2E and 7C. RGB value is (219,46,124). Sum of RGB (Red+Green+Blue) = 219+46+124=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2E7C is #24D183. Grayscale: #6A6A6A. Windows color (decimal): -2412932 or 8138459. OLE color: 8138459.
HSL color Cylindrical-coordinate representation of color #DB2E7C: hue angle of 332.95º 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 #DB2E7C is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 46 | 124 | - |
CMYK | 0 | 0.79 | 0.43 | 0.14 |
HSL | 332.95º | 0.71% | 0.52% | - |
HSV(B) | 332.95º | 0.79% | 0.86% | - |
XYZ | 33.83 | 18.47 | 20.85 | - |
YUV | 106.62 | 137.81 | 208.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 46 | 124 | 0 | 0.79 | 0.43 | 0.14 | 332.95 | 0.71 | 0.52 |
Hex | DB | 2E | 7C | 0 | 4F | 2B | E | 14D | 47 | 34 |
Octal | 333 | 56 | 174 | 0 | 117 | 53 | 16 | 515 | 107 | 64 |
Binary | 11011011 | 101110 | 1111100 | 0 | 1001111 | 101011 | 1110 | 101001101 | 1000111 | 110100 |
Color Harmonies of #DB2E7C
Complementary color
Monochromatic Colors of #DB2E7C
Black with #DB2E7C
Text Example
Text Example
White with #DB2E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E7C; }
p { color: rgb(219,46,124); }
H1.HeaderClassName
{
color: #DB2E7C;
}
.AnyTagClassName
{
color: #DB2E7C;
}
</style>
background-color css
<style>
a { background-color: #DB2E7C; }
a { background-color: rgb(219,46,124); }
div.DivClassName
{
background-color: #DB2E7C;
}
.BgClassName
{
background-color: #DB2E7C;
}
</style>
border-color css
<style>
span { border-color: #DB2E7C; }
span { border-color: rgb(219,46,124); }
td.TdClassName
{
border-color: #DB2E7C;
}
.TagClassName
{
border-color: #DB2E7C;
}
</style>