Shades of Deep Magenta #DB1AD0
Tints of Deep Magenta #DB1AD0
RGB
CMYK
RGB Variations
Color information
#DB1AD0 (or 0xDB1AD0) is known color: Deep Magenta. HEX triplet: DB, 1A and D0. RGB value is (219,26,208). Sum of RGB (Red+Green+Blue) = 219+26+208=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AD0 is #24E52F. Grayscale: #676767. Windows color (decimal): -2417968 or 13638363. OLE color: 13638363.
HSL color Cylindrical-coordinate representation of color #DB1AD0: hue angle of 303.42º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1AD0 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 208 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.14 |
| HSL | 303.42º | 0.79% | 0.48% | - |
| HSV(B) | 303.42º | 0.88% | 0.86% | - |
| XYZ | 40.97 | 20.35 | 61.44 | - |
| YUV | 104.46 | 186.44 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 208 | 0 | 0.88 | 0.05 | 0.14 | 303.42 | 0.79 | 0.48 |
| Hex | DB | 1A | D0 | 0 | 58 | 5 | E | 12F | 4F | 30 |
| Octal | 333 | 32 | 320 | 0 | 130 | 5 | 16 | 457 | 117 | 60 |
| Binary | 11011011 | 11010 | 11010000 | 0 | 1011000 | 101 | 1110 | 100101111 | 1001111 | 110000 |
Color Harmonies of #DB1AD0
Complementary color
Monochromatic Colors of #DB1AD0
Black with #DB1AD0
Text Example
Text Example
White with #DB1AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AD0; }
p { color: rgb(219,26,208); }
H1.HeaderClassName
{
color: #DB1AD0;
}
.AnyTagClassName
{
color: #DB1AD0;
}
</style>
background-color css
<style>
a { background-color: #DB1AD0; }
a { background-color: rgb(219,26,208); }
div.DivClassName
{
background-color: #DB1AD0;
}
.BgClassName
{
background-color: #DB1AD0;
}
</style>
border-color css
<style>
span { border-color: #DB1AD0; }
span { border-color: rgb(219,26,208); }
td.TdClassName
{
border-color: #DB1AD0;
}
.TagClassName
{
border-color: #DB1AD0;
}
</style>