Shades of Deep Magenta #D020B5
Tints of Deep Magenta #D020B5
RGB
CMYK
RGB Variations
Color information
#D020B5 (or 0xD020B5) is known color: Deep Magenta. HEX triplet: D0, 20 and B5. RGB value is (208,32,181). Sum of RGB (Red+Green+Blue) = 208+32+181=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D020B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020B5 is #2FDF4A. Grayscale: #656565. Windows color (decimal): -3137355 or 11870416. OLE color: 11870416.
HSL color Cylindrical-coordinate representation of color #D020B5: hue angle of 309.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D020B5 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 181 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.18 |
| HSL | 309.2º | 0.73% | 0.47% | - |
| HSV(B) | 309.2º | 0.85% | 0.82% | - |
| XYZ | 34.87 | 17.78 | 45.31 | - |
| YUV | 101.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 181 | 0 | 0.85 | 0.13 | 0.18 | 309.2 | 0.73 | 0.47 |
| Hex | D0 | 20 | B5 | 0 | 55 | D | 12 | 135 | 49 | 2F |
| Octal | 320 | 40 | 265 | 0 | 125 | 15 | 22 | 465 | 111 | 57 |
| Binary | 11010000 | 100000 | 10110101 | 0 | 1010101 | 1101 | 10010 | 100110101 | 1001001 | 101111 |
Color Harmonies of #D020B5
Complementary color
Monochromatic Colors of #D020B5
Black with #D020B5
Text Example
Text Example
White with #D020B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D020B5; }
p { color: rgb(208,32,181); }
H1.HeaderClassName
{
color: #D020B5;
}
.AnyTagClassName
{
color: #D020B5;
}
</style>
background-color css
<style>
a { background-color: #D020B5; }
a { background-color: rgb(208,32,181); }
div.DivClassName
{
background-color: #D020B5;
}
.BgClassName
{
background-color: #D020B5;
}
</style>
border-color css
<style>
span { border-color: #D020B5; }
span { border-color: rgb(208,32,181); }
td.TdClassName
{
border-color: #D020B5;
}
.TagClassName
{
border-color: #D020B5;
}
</style>