Shades of Deep Cerise #DB2D8C
Tints of Deep Cerise #DB2D8C
RGB
CMYK
RGB Variations
Color information
#DB2D8C (or 0xDB2D8C) is known color: Deep Cerise. HEX triplet: DB, 2D and 8C. RGB value is (219,45,140). Sum of RGB (Red+Green+Blue) = 219+45+140=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2D8C is #24D273. Grayscale: #6B6B6B. Windows color (decimal): -2413172 or 9186779. OLE color: 9186779.
HSL color Cylindrical-coordinate representation of color #DB2D8C: hue angle of 327.24º 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 #DB2D8C is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 140 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.14 |
| HSL | 327.24º | 0.71% | 0.52% | - |
| HSV(B) | 327.24º | 0.79% | 0.86% | - |
| XYZ | 34.89 | 18.83 | 26.61 | - |
| YUV | 107.86 | 146.15 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 140 | 0 | 0.79 | 0.36 | 0.14 | 327.24 | 0.71 | 0.52 |
| Hex | DB | 2D | 8C | 0 | 4F | 24 | E | 147 | 47 | 34 |
| Octal | 333 | 55 | 214 | 0 | 117 | 44 | 16 | 507 | 107 | 64 |
| Binary | 11011011 | 101101 | 10001100 | 0 | 1001111 | 100100 | 1110 | 101000111 | 1000111 | 110100 |
Color Harmonies of #DB2D8C
Complementary color
Monochromatic Colors of #DB2D8C
Black with #DB2D8C
Text Example
Text Example
White with #DB2D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D8C; }
p { color: rgb(219,45,140); }
H1.HeaderClassName
{
color: #DB2D8C;
}
.AnyTagClassName
{
color: #DB2D8C;
}
</style>
background-color css
<style>
a { background-color: #DB2D8C; }
a { background-color: rgb(219,45,140); }
div.DivClassName
{
background-color: #DB2D8C;
}
.BgClassName
{
background-color: #DB2D8C;
}
</style>
border-color css
<style>
span { border-color: #DB2D8C; }
span { border-color: rgb(219,45,140); }
td.TdClassName
{
border-color: #DB2D8C;
}
.TagClassName
{
border-color: #DB2D8C;
}
</style>