Shades of Deep Cerise #DB3A7C
Tints of Deep Cerise #DB3A7C
RGB
CMYK
RGB Variations
Color information
#DB3A7C (or 0xDB3A7C) is known color: Deep Cerise. HEX triplet: DB, 3A and 7C. RGB value is (219,58,124). Sum of RGB (Red+Green+Blue) = 219+58+124=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A7C is #24C583. Grayscale: #717171. Windows color (decimal): -2409860 or 8141531. OLE color: 8141531.
HSL color Cylindrical-coordinate representation of color #DB3A7C: hue angle of 335.4º 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 #DB3A7C is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 124 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.14 |
| HSL | 335.4º | 0.69% | 0.54% | - |
| HSV(B) | 335.4º | 0.74% | 0.86% | - |
| XYZ | 34.36 | 19.54 | 21.03 | - |
| YUV | 113.66 | 133.84 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 124 | 0 | 0.74 | 0.43 | 0.14 | 335.4 | 0.69 | 0.54 |
| Hex | DB | 3A | 7C | 0 | 4A | 2B | E | 14F | 45 | 36 |
| Octal | 333 | 72 | 174 | 0 | 112 | 53 | 16 | 517 | 105 | 66 |
| Binary | 11011011 | 111010 | 1111100 | 0 | 1001010 | 101011 | 1110 | 101001111 | 1000101 | 110110 |
Color Harmonies of #DB3A7C
Complementary color
Monochromatic Colors of #DB3A7C
Black with #DB3A7C
Text Example
Text Example
White with #DB3A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A7C; }
p { color: rgb(219,58,124); }
H1.HeaderClassName
{
color: #DB3A7C;
}
.AnyTagClassName
{
color: #DB3A7C;
}
</style>
background-color css
<style>
a { background-color: #DB3A7C; }
a { background-color: rgb(219,58,124); }
div.DivClassName
{
background-color: #DB3A7C;
}
.BgClassName
{
background-color: #DB3A7C;
}
</style>
border-color css
<style>
span { border-color: #DB3A7C; }
span { border-color: rgb(219,58,124); }
td.TdClassName
{
border-color: #DB3A7C;
}
.TagClassName
{
border-color: #DB3A7C;
}
</style>