Shades of Deep Cerise #DB3CAC
Tints of Deep Cerise #DB3CAC
RGB
CMYK
RGB Variations
Color information
#DB3CAC (or 0xDB3CAC) is known color: Deep Cerise. HEX triplet: DB, 3C and AC. RGB value is (219,60,172). Sum of RGB (Red+Green+Blue) = 219+60+172=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3CAC is #24C353. Grayscale: #787878. Windows color (decimal): -2409300 or 11287771. OLE color: 11287771.
HSL color Cylindrical-coordinate representation of color #DB3CAC: hue angle of 317.74º 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 #DB3CAC is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 172 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.14 |
| HSL | 317.74º | 0.69% | 0.55% | - |
| HSV(B) | 317.74º | 0.73% | 0.86% | - |
| XYZ | 38.28 | 21.27 | 41.12 | - |
| YUV | 120.31 | 157.18 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 172 | 0 | 0.73 | 0.21 | 0.14 | 317.74 | 0.69 | 0.55 |
| Hex | DB | 3C | AC | 0 | 49 | 15 | E | 13E | 45 | 37 |
| Octal | 333 | 74 | 254 | 0 | 111 | 25 | 16 | 476 | 105 | 67 |
| Binary | 11011011 | 111100 | 10101100 | 0 | 1001001 | 10101 | 1110 | 100111110 | 1000101 | 110111 |
Color Harmonies of #DB3CAC
Complementary color
Monochromatic Colors of #DB3CAC
Black with #DB3CAC
Text Example
Text Example
White with #DB3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CAC; }
p { color: rgb(219,60,172); }
H1.HeaderClassName
{
color: #DB3CAC;
}
.AnyTagClassName
{
color: #DB3CAC;
}
</style>
background-color css
<style>
a { background-color: #DB3CAC; }
a { background-color: rgb(219,60,172); }
div.DivClassName
{
background-color: #DB3CAC;
}
.BgClassName
{
background-color: #DB3CAC;
}
</style>
border-color css
<style>
span { border-color: #DB3CAC; }
span { border-color: rgb(219,60,172); }
td.TdClassName
{
border-color: #DB3CAC;
}
.TagClassName
{
border-color: #DB3CAC;
}
</style>