Shades of Deep Magenta #D20DB8
Tints of Deep Magenta #D20DB8
RGB
CMYK
RGB Variations
Color information
#D20DB8 (or 0xD20DB8) is known color: Deep Magenta. HEX triplet: D2, 0D and B8. RGB value is (210,13,184). Sum of RGB (Red+Green+Blue) = 210+13+184=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DB8 is #2DF247. Grayscale: #5A5A5A. Windows color (decimal): -3011144 or 12062162. OLE color: 12062162.
HSL color Cylindrical-coordinate representation of color #D20DB8: hue angle of 307.92º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DB8 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 184 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.18 |
| HSL | 307.92º | 0.88% | 0.44% | - |
| HSV(B) | 307.92º | 0.94% | 0.82% | - |
| XYZ | 35.37 | 17.45 | 46.85 | - |
| YUV | 91.4 | 180.27 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 184 | 0 | 0.94 | 0.12 | 0.18 | 307.92 | 0.88 | 0.44 |
| Hex | D2 | D | B8 | 0 | 5E | C | 12 | 134 | 58 | 2C |
| Octal | 322 | 15 | 270 | 0 | 136 | 14 | 22 | 464 | 130 | 54 |
| Binary | 11010010 | 1101 | 10111000 | 0 | 1011110 | 1100 | 10010 | 100110100 | 1011000 | 101100 |
Color Harmonies of #D20DB8
Complementary color
Monochromatic Colors of #D20DB8
Black with #D20DB8
Text Example
Text Example
White with #D20DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DB8; }
p { color: rgb(210,13,184); }
H1.HeaderClassName
{
color: #D20DB8;
}
.AnyTagClassName
{
color: #D20DB8;
}
</style>
background-color css
<style>
a { background-color: #D20DB8; }
a { background-color: rgb(210,13,184); }
div.DivClassName
{
background-color: #D20DB8;
}
.BgClassName
{
background-color: #D20DB8;
}
</style>
border-color css
<style>
span { border-color: #D20DB8; }
span { border-color: rgb(210,13,184); }
td.TdClassName
{
border-color: #D20DB8;
}
.TagClassName
{
border-color: #D20DB8;
}
</style>