Shades of Deep Cerise #DB3A9C
Tints of Deep Cerise #DB3A9C
RGB
CMYK
RGB Variations
Color information
#DB3A9C (or 0xDB3A9C) is known color: Deep Cerise. HEX triplet: DB, 3A and 9C. RGB value is (219,58,156). Sum of RGB (Red+Green+Blue) = 219+58+156=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3A9C is #24C563. Grayscale: #757575. Windows color (decimal): -2409828 or 10238683. OLE color: 10238683.
HSL color Cylindrical-coordinate representation of color #DB3A9C: hue angle of 323.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3A9C is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 156 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.14 |
| HSL | 323.48º | 0.69% | 0.54% | - |
| HSV(B) | 323.48º | 0.74% | 0.86% | - |
| XYZ | 36.73 | 20.49 | 33.47 | - |
| YUV | 117.31 | 149.84 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 156 | 0 | 0.74 | 0.29 | 0.14 | 323.48 | 0.69 | 0.54 |
| Hex | DB | 3A | 9C | 0 | 4A | 1D | E | 143 | 45 | 36 |
| Octal | 333 | 72 | 234 | 0 | 112 | 35 | 16 | 503 | 105 | 66 |
| Binary | 11011011 | 111010 | 10011100 | 0 | 1001010 | 11101 | 1110 | 101000011 | 1000101 | 110110 |
Color Harmonies of #DB3A9C
Complementary color
Monochromatic Colors of #DB3A9C
Black with #DB3A9C
Text Example
Text Example
White with #DB3A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A9C; }
p { color: rgb(219,58,156); }
H1.HeaderClassName
{
color: #DB3A9C;
}
.AnyTagClassName
{
color: #DB3A9C;
}
</style>
background-color css
<style>
a { background-color: #DB3A9C; }
a { background-color: rgb(219,58,156); }
div.DivClassName
{
background-color: #DB3A9C;
}
.BgClassName
{
background-color: #DB3A9C;
}
</style>
border-color css
<style>
span { border-color: #DB3A9C; }
span { border-color: rgb(219,58,156); }
td.TdClassName
{
border-color: #DB3A9C;
}
.TagClassName
{
border-color: #DB3A9C;
}
</style>