Shades of Deep Cerise #DB3A7A
Tints of Deep Cerise #DB3A7A
RGB
CMYK
RGB Variations
Color information
#DB3A7A (or 0xDB3A7A) is known color: Deep Cerise. HEX triplet: DB, 3A and 7A. RGB value is (219,58,122). Sum of RGB (Red+Green+Blue) = 219+58+122=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A7A is #24C585. Grayscale: #717171. Windows color (decimal): -2409862 or 8010459. OLE color: 8010459.
HSL color Cylindrical-coordinate representation of color #DB3A7A: hue angle of 336.15º 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 #DB3A7A is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 122 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.14 |
| HSL | 336.15º | 0.69% | 0.54% | - |
| HSV(B) | 336.15º | 0.74% | 0.86% | - |
| XYZ | 34.24 | 19.49 | 20.37 | - |
| YUV | 113.44 | 132.84 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 122 | 0 | 0.74 | 0.44 | 0.14 | 336.15 | 0.69 | 0.54 |
| Hex | DB | 3A | 7A | 0 | 4A | 2C | E | 150 | 45 | 36 |
| Octal | 333 | 72 | 172 | 0 | 112 | 54 | 16 | 520 | 105 | 66 |
| Binary | 11011011 | 111010 | 1111010 | 0 | 1001010 | 101100 | 1110 | 101010000 | 1000101 | 110110 |
Color Harmonies of #DB3A7A
Complementary color
Monochromatic Colors of #DB3A7A
Black with #DB3A7A
Text Example
Text Example
White with #DB3A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A7A; }
p { color: rgb(219,58,122); }
H1.HeaderClassName
{
color: #DB3A7A;
}
.AnyTagClassName
{
color: #DB3A7A;
}
</style>
background-color css
<style>
a { background-color: #DB3A7A; }
a { background-color: rgb(219,58,122); }
div.DivClassName
{
background-color: #DB3A7A;
}
.BgClassName
{
background-color: #DB3A7A;
}
</style>
border-color css
<style>
span { border-color: #DB3A7A; }
span { border-color: rgb(219,58,122); }
td.TdClassName
{
border-color: #DB3A7A;
}
.TagClassName
{
border-color: #DB3A7A;
}
</style>