Shades of Deep Cerise #DB3BAD
Tints of Deep Cerise #DB3BAD
RGB
CMYK
RGB Variations
Color information
#DB3BAD (or 0xDB3BAD) is known color: Deep Cerise. HEX triplet: DB, 3B and AD. RGB value is (219,59,173). Sum of RGB (Red+Green+Blue) = 219+59+173=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3BAD is #24C452. Grayscale: #777777. Windows color (decimal): -2409555 or 11353051. OLE color: 11353051.
HSL color Cylindrical-coordinate representation of color #DB3BAD: hue angle of 317.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 #DB3BAD is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 173 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.14 |
| HSL | 317.25º | 0.69% | 0.55% | - |
| HSV(B) | 317.25º | 0.73% | 0.86% | - |
| XYZ | 38.32 | 21.21 | 41.61 | - |
| YUV | 119.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 173 | 0 | 0.73 | 0.21 | 0.14 | 317.25 | 0.69 | 0.55 |
| Hex | DB | 3B | AD | 0 | 49 | 15 | E | 13D | 45 | 37 |
| Octal | 333 | 73 | 255 | 0 | 111 | 25 | 16 | 475 | 105 | 67 |
| Binary | 11011011 | 111011 | 10101101 | 0 | 1001001 | 10101 | 1110 | 100111101 | 1000101 | 110111 |
Color Harmonies of #DB3BAD
Complementary color
Monochromatic Colors of #DB3BAD
Black with #DB3BAD
Text Example
Text Example
White with #DB3BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BAD; }
p { color: rgb(219,59,173); }
H1.HeaderClassName
{
color: #DB3BAD;
}
.AnyTagClassName
{
color: #DB3BAD;
}
</style>
background-color css
<style>
a { background-color: #DB3BAD; }
a { background-color: rgb(219,59,173); }
div.DivClassName
{
background-color: #DB3BAD;
}
.BgClassName
{
background-color: #DB3BAD;
}
</style>
border-color css
<style>
span { border-color: #DB3BAD; }
span { border-color: rgb(219,59,173); }
td.TdClassName
{
border-color: #DB3BAD;
}
.TagClassName
{
border-color: #DB3BAD;
}
</style>