Shades of Deep Cerise #DB3B9D
Tints of Deep Cerise #DB3B9D
RGB
CMYK
RGB Variations
Color information
#DB3B9D (or 0xDB3B9D) is known color: Deep Cerise. HEX triplet: DB, 3B and 9D. RGB value is (219,59,157). Sum of RGB (Red+Green+Blue) = 219+59+157=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3B9D is #24C462. Grayscale: #757575. Windows color (decimal): -2409571 or 10304475. OLE color: 10304475.
HSL color Cylindrical-coordinate representation of color #DB3B9D: hue angle of 323.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 #DB3B9D is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 157 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.14 |
| HSL | 323.25º | 0.69% | 0.55% | - |
| HSV(B) | 323.25º | 0.73% | 0.86% | - |
| XYZ | 36.86 | 20.62 | 33.94 | - |
| YUV | 118.01 | 150.01 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 157 | 0 | 0.73 | 0.28 | 0.14 | 323.25 | 0.69 | 0.55 |
| Hex | DB | 3B | 9D | 0 | 49 | 1C | E | 143 | 45 | 37 |
| Octal | 333 | 73 | 235 | 0 | 111 | 34 | 16 | 503 | 105 | 67 |
| Binary | 11011011 | 111011 | 10011101 | 0 | 1001001 | 11100 | 1110 | 101000011 | 1000101 | 110111 |
Color Harmonies of #DB3B9D
Complementary color
Monochromatic Colors of #DB3B9D
Black with #DB3B9D
Text Example
Text Example
White with #DB3B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B9D; }
p { color: rgb(219,59,157); }
H1.HeaderClassName
{
color: #DB3B9D;
}
.AnyTagClassName
{
color: #DB3B9D;
}
</style>
background-color css
<style>
a { background-color: #DB3B9D; }
a { background-color: rgb(219,59,157); }
div.DivClassName
{
background-color: #DB3B9D;
}
.BgClassName
{
background-color: #DB3B9D;
}
</style>
border-color css
<style>
span { border-color: #DB3B9D; }
span { border-color: rgb(219,59,157); }
td.TdClassName
{
border-color: #DB3B9D;
}
.TagClassName
{
border-color: #DB3B9D;
}
</style>