Shades of Deep Cerise #DB3AA3
Tints of Deep Cerise #DB3AA3
RGB
CMYK
RGB Variations
Color information
#DB3AA3 (or 0xDB3AA3) is known color: Deep Cerise. HEX triplet: DB, 3A and A3. RGB value is (219,58,163). Sum of RGB (Red+Green+Blue) = 219+58+163=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3AA3 is #24C55C. Grayscale: #757575. Windows color (decimal): -2409821 or 10697435. OLE color: 10697435.
HSL color Cylindrical-coordinate representation of color #DB3AA3: hue angle of 320.87º 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 #DB3AA3 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 163 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.14 |
| HSL | 320.87º | 0.69% | 0.54% | - |
| HSV(B) | 320.87º | 0.74% | 0.86% | - |
| XYZ | 37.34 | 20.73 | 36.68 | - |
| YUV | 118.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 163 | 0 | 0.74 | 0.26 | 0.14 | 320.87 | 0.69 | 0.54 |
| Hex | DB | 3A | A3 | 0 | 4A | 1A | E | 141 | 45 | 36 |
| Octal | 333 | 72 | 243 | 0 | 112 | 32 | 16 | 501 | 105 | 66 |
| Binary | 11011011 | 111010 | 10100011 | 0 | 1001010 | 11010 | 1110 | 101000001 | 1000101 | 110110 |
Color Harmonies of #DB3AA3
Complementary color
Monochromatic Colors of #DB3AA3
Black with #DB3AA3
Text Example
Text Example
White with #DB3AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3AA3; }
p { color: rgb(219,58,163); }
H1.HeaderClassName
{
color: #DB3AA3;
}
.AnyTagClassName
{
color: #DB3AA3;
}
</style>
background-color css
<style>
a { background-color: #DB3AA3; }
a { background-color: rgb(219,58,163); }
div.DivClassName
{
background-color: #DB3AA3;
}
.BgClassName
{
background-color: #DB3AA3;
}
</style>
border-color css
<style>
span { border-color: #DB3AA3; }
span { border-color: rgb(219,58,163); }
td.TdClassName
{
border-color: #DB3AA3;
}
.TagClassName
{
border-color: #DB3AA3;
}
</style>