Shades of Deep Cerise #DB3DAB
Tints of Deep Cerise #DB3DAB
RGB
CMYK
RGB Variations
Color information
#DB3DAB (or 0xDB3DAB) is known color: Deep Cerise. HEX triplet: DB, 3D and AB. RGB value is (219,61,171). Sum of RGB (Red+Green+Blue) = 219+61+171=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3DAB is #24C254. Grayscale: #787878. Windows color (decimal): -2409045 or 11222491. OLE color: 11222491.
HSL color Cylindrical-coordinate representation of color #DB3DAB: hue angle of 318.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3DAB is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 171 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.14 |
| HSL | 318.23º | 0.69% | 0.55% | - |
| HSV(B) | 318.23º | 0.72% | 0.86% | - |
| XYZ | 38.23 | 21.34 | 40.63 | - |
| YUV | 120.78 | 156.35 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 171 | 0 | 0.72 | 0.22 | 0.14 | 318.23 | 0.69 | 0.55 |
| Hex | DB | 3D | AB | 0 | 48 | 16 | E | 13E | 45 | 37 |
| Octal | 333 | 75 | 253 | 0 | 110 | 26 | 16 | 476 | 105 | 67 |
| Binary | 11011011 | 111101 | 10101011 | 0 | 1001000 | 10110 | 1110 | 100111110 | 1000101 | 110111 |
Color Harmonies of #DB3DAB
Complementary color
Monochromatic Colors of #DB3DAB
Black with #DB3DAB
Text Example
Text Example
White with #DB3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DAB; }
p { color: rgb(219,61,171); }
H1.HeaderClassName
{
color: #DB3DAB;
}
.AnyTagClassName
{
color: #DB3DAB;
}
</style>
background-color css
<style>
a { background-color: #DB3DAB; }
a { background-color: rgb(219,61,171); }
div.DivClassName
{
background-color: #DB3DAB;
}
.BgClassName
{
background-color: #DB3DAB;
}
</style>
border-color css
<style>
span { border-color: #DB3DAB; }
span { border-color: rgb(219,61,171); }
td.TdClassName
{
border-color: #DB3DAB;
}
.TagClassName
{
border-color: #DB3DAB;
}
</style>