Shades of Deep Magenta #DB0AD3
Tints of Deep Magenta #DB0AD3
RGB
CMYK
RGB Variations
Color information
#DB0AD3 (or 0xDB0AD3) is known color: Deep Magenta. HEX triplet: DB, 0A and D3. RGB value is (219,10,211). Sum of RGB (Red+Green+Blue) = 219+10+211=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0AD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0AD3 is #24F52C. Grayscale: #5E5E5E. Windows color (decimal): -2422061 or 13830875. OLE color: 13830875.
HSL color Cylindrical-coordinate representation of color #DB0AD3: hue angle of 302.3º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0AD3 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 10 | 211 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.14 |
| HSL | 302.3º | 0.91% | 0.45% | - |
| HSV(B) | 302.3º | 0.95% | 0.86% | - |
| XYZ | 41.08 | 19.98 | 63.32 | - |
| YUV | 95.41 | 193.24 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 211 | 0 | 0.95 | 0.04 | 0.14 | 302.3 | 0.91 | 0.45 |
| Hex | DB | A | D3 | 0 | 5F | 4 | E | 12E | 5B | 2D |
| Octal | 333 | 12 | 323 | 0 | 137 | 4 | 16 | 456 | 133 | 55 |
| Binary | 11011011 | 1010 | 11010011 | 0 | 1011111 | 100 | 1110 | 100101110 | 1011011 | 101101 |
Color Harmonies of #DB0AD3
Complementary color
Monochromatic Colors of #DB0AD3
Black with #DB0AD3
Text Example
Text Example
White with #DB0AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0AD3; }
p { color: rgb(219,10,211); }
H1.HeaderClassName
{
color: #DB0AD3;
}
.AnyTagClassName
{
color: #DB0AD3;
}
</style>
background-color css
<style>
a { background-color: #DB0AD3; }
a { background-color: rgb(219,10,211); }
div.DivClassName
{
background-color: #DB0AD3;
}
.BgClassName
{
background-color: #DB0AD3;
}
</style>
border-color css
<style>
span { border-color: #DB0AD3; }
span { border-color: rgb(219,10,211); }
td.TdClassName
{
border-color: #DB0AD3;
}
.TagClassName
{
border-color: #DB0AD3;
}
</style>