Shades of Deep Cerise #DB2D7D
Tints of Deep Cerise #DB2D7D
RGB
CMYK
RGB Variations
Color information
#DB2D7D (or 0xDB2D7D) is known color: Deep Cerise. HEX triplet: DB, 2D and 7D. RGB value is (219,45,125). Sum of RGB (Red+Green+Blue) = 219+45+125=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2D7D is #24D282. Grayscale: #6A6A6A. Windows color (decimal): -2413187 or 8203739. OLE color: 8203739.
HSL color Cylindrical-coordinate representation of color #DB2D7D: hue angle of 332.41º 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 #DB2D7D is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 125 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.14 |
| HSL | 332.41º | 0.71% | 0.52% | - |
| HSV(B) | 332.41º | 0.79% | 0.86% | - |
| XYZ | 33.85 | 18.42 | 21.17 | - |
| YUV | 106.15 | 138.65 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 125 | 0 | 0.79 | 0.43 | 0.14 | 332.41 | 0.71 | 0.52 |
| Hex | DB | 2D | 7D | 0 | 4F | 2B | E | 14C | 47 | 34 |
| Octal | 333 | 55 | 175 | 0 | 117 | 53 | 16 | 514 | 107 | 64 |
| Binary | 11011011 | 101101 | 1111101 | 0 | 1001111 | 101011 | 1110 | 101001100 | 1000111 | 110100 |
Color Harmonies of #DB2D7D
Complementary color
Monochromatic Colors of #DB2D7D
Black with #DB2D7D
Text Example
Text Example
White with #DB2D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D7D; }
p { color: rgb(219,45,125); }
H1.HeaderClassName
{
color: #DB2D7D;
}
.AnyTagClassName
{
color: #DB2D7D;
}
</style>
background-color css
<style>
a { background-color: #DB2D7D; }
a { background-color: rgb(219,45,125); }
div.DivClassName
{
background-color: #DB2D7D;
}
.BgClassName
{
background-color: #DB2D7D;
}
</style>
border-color css
<style>
span { border-color: #DB2D7D; }
span { border-color: rgb(219,45,125); }
td.TdClassName
{
border-color: #DB2D7D;
}
.TagClassName
{
border-color: #DB2D7D;
}
</style>