Shades of Deep Cerise #DB2D75
Tints of Deep Cerise #DB2D75
RGB
CMYK
RGB Variations
Color information
#DB2D75 (or 0xDB2D75) is known color: Deep Cerise. HEX triplet: DB, 2D and 75. RGB value is (219,45,117). Sum of RGB (Red+Green+Blue) = 219+45+117=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2D75 is #24D28A. Grayscale: #696969. Windows color (decimal): -2413195 or 7679451. OLE color: 7679451.
HSL color Cylindrical-coordinate representation of color #DB2D75: hue angle of 335.17º 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 #DB2D75 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 117 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.14 |
| HSL | 335.17º | 0.71% | 0.52% | - |
| HSV(B) | 335.17º | 0.79% | 0.86% | - |
| XYZ | 33.36 | 18.22 | 18.59 | - |
| YUV | 105.23 | 134.65 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 117 | 0 | 0.79 | 0.47 | 0.14 | 335.17 | 0.71 | 0.52 |
| Hex | DB | 2D | 75 | 0 | 4F | 2F | E | 14F | 47 | 34 |
| Octal | 333 | 55 | 165 | 0 | 117 | 57 | 16 | 517 | 107 | 64 |
| Binary | 11011011 | 101101 | 1110101 | 0 | 1001111 | 101111 | 1110 | 101001111 | 1000111 | 110100 |
Color Harmonies of #DB2D75
Complementary color
Monochromatic Colors of #DB2D75
Black with #DB2D75
Text Example
Text Example
White with #DB2D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D75; }
p { color: rgb(219,45,117); }
H1.HeaderClassName
{
color: #DB2D75;
}
.AnyTagClassName
{
color: #DB2D75;
}
</style>
background-color css
<style>
a { background-color: #DB2D75; }
a { background-color: rgb(219,45,117); }
div.DivClassName
{
background-color: #DB2D75;
}
.BgClassName
{
background-color: #DB2D75;
}
</style>
border-color css
<style>
span { border-color: #DB2D75; }
span { border-color: rgb(219,45,117); }
td.TdClassName
{
border-color: #DB2D75;
}
.TagClassName
{
border-color: #DB2D75;
}
</style>