Shades of Deep Cerise #DB3B7D
Tints of Deep Cerise #DB3B7D
RGB
CMYK
RGB Variations
Color information
#DB3B7D (or 0xDB3B7D) is known color: Deep Cerise. HEX triplet: DB, 3B and 7D. RGB value is (219,59,125). Sum of RGB (Red+Green+Blue) = 219+59+125=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3B7D is #24C482. Grayscale: #727272. Windows color (decimal): -2409603 or 8207323. OLE color: 8207323.
HSL color Cylindrical-coordinate representation of color #DB3B7D: hue angle of 335.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3B7D is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 125 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.14 |
| HSL | 335.25º | 0.69% | 0.55% | - |
| HSV(B) | 335.25º | 0.73% | 0.86% | - |
| XYZ | 34.48 | 19.67 | 21.38 | - |
| YUV | 114.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 125 | 0 | 0.73 | 0.43 | 0.14 | 335.25 | 0.69 | 0.55 |
| Hex | DB | 3B | 7D | 0 | 49 | 2B | E | 14F | 45 | 37 |
| Octal | 333 | 73 | 175 | 0 | 111 | 53 | 16 | 517 | 105 | 67 |
| Binary | 11011011 | 111011 | 1111101 | 0 | 1001001 | 101011 | 1110 | 101001111 | 1000101 | 110111 |
Color Harmonies of #DB3B7D
Complementary color
Monochromatic Colors of #DB3B7D
Black with #DB3B7D
Text Example
Text Example
White with #DB3B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B7D; }
p { color: rgb(219,59,125); }
H1.HeaderClassName
{
color: #DB3B7D;
}
.AnyTagClassName
{
color: #DB3B7D;
}
</style>
background-color css
<style>
a { background-color: #DB3B7D; }
a { background-color: rgb(219,59,125); }
div.DivClassName
{
background-color: #DB3B7D;
}
.BgClassName
{
background-color: #DB3B7D;
}
</style>
border-color css
<style>
span { border-color: #DB3B7D; }
span { border-color: rgb(219,59,125); }
td.TdClassName
{
border-color: #DB3B7D;
}
.TagClassName
{
border-color: #DB3B7D;
}
</style>