Shades of Deep Cerise #DB3CAD
Tints of Deep Cerise #DB3CAD
RGB
CMYK
RGB Variations
Color information
#DB3CAD (or 0xDB3CAD) is known color: Deep Cerise. HEX triplet: DB, 3C and AD. RGB value is (219,60,173). Sum of RGB (Red+Green+Blue) = 219+60+173=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3CAD is #24C352. Grayscale: #787878. Windows color (decimal): -2409299 or 11353307. OLE color: 11353307.
HSL color Cylindrical-coordinate representation of color #DB3CAD: hue angle of 317.36º 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 #DB3CAD is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 173 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.14 |
| HSL | 317.36º | 0.69% | 0.55% | - |
| HSV(B) | 317.36º | 0.73% | 0.86% | - |
| XYZ | 38.37 | 21.31 | 41.63 | - |
| YUV | 120.42 | 157.68 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 173 | 0 | 0.73 | 0.21 | 0.14 | 317.36 | 0.69 | 0.55 |
| Hex | DB | 3C | AD | 0 | 49 | 15 | E | 13D | 45 | 37 |
| Octal | 333 | 74 | 255 | 0 | 111 | 25 | 16 | 475 | 105 | 67 |
| Binary | 11011011 | 111100 | 10101101 | 0 | 1001001 | 10101 | 1110 | 100111101 | 1000101 | 110111 |
Color Harmonies of #DB3CAD
Complementary color
Monochromatic Colors of #DB3CAD
Black with #DB3CAD
Text Example
Text Example
White with #DB3CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CAD; }
p { color: rgb(219,60,173); }
H1.HeaderClassName
{
color: #DB3CAD;
}
.AnyTagClassName
{
color: #DB3CAD;
}
</style>
background-color css
<style>
a { background-color: #DB3CAD; }
a { background-color: rgb(219,60,173); }
div.DivClassName
{
background-color: #DB3CAD;
}
.BgClassName
{
background-color: #DB3CAD;
}
</style>
border-color css
<style>
span { border-color: #DB3CAD; }
span { border-color: rgb(219,60,173); }
td.TdClassName
{
border-color: #DB3CAD;
}
.TagClassName
{
border-color: #DB3CAD;
}
</style>