Shades of Deep Magenta #D020B9
Tints of Deep Magenta #D020B9
RGB
CMYK
RGB Variations
Color information
#D020B9 (or 0xD020B9) is known color: Deep Magenta. HEX triplet: D0, 20 and B9. RGB value is (208,32,185). Sum of RGB (Red+Green+Blue) = 208+32+185=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D020B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020B9 is #2FDF46. Grayscale: #656565. Windows color (decimal): -3137351 or 12132560. OLE color: 12132560.
HSL color Cylindrical-coordinate representation of color #D020B9: hue angle of 307.84º 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 #D020B9 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 185 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.18 |
| HSL | 307.84º | 0.73% | 0.47% | - |
| HSV(B) | 307.84º | 0.85% | 0.82% | - |
| XYZ | 35.29 | 17.95 | 47.5 | - |
| YUV | 102.07 | 174.81 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 185 | 0 | 0.85 | 0.11 | 0.18 | 307.84 | 0.73 | 0.47 |
| Hex | D0 | 20 | B9 | 0 | 55 | B | 12 | 134 | 49 | 2F |
| Octal | 320 | 40 | 271 | 0 | 125 | 13 | 22 | 464 | 111 | 57 |
| Binary | 11010000 | 100000 | 10111001 | 0 | 1010101 | 1011 | 10010 | 100110100 | 1001001 | 101111 |
Color Harmonies of #D020B9
Complementary color
Monochromatic Colors of #D020B9
Black with #D020B9
Text Example
Text Example
White with #D020B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D020B9; }
p { color: rgb(208,32,185); }
H1.HeaderClassName
{
color: #D020B9;
}
.AnyTagClassName
{
color: #D020B9;
}
</style>
background-color css
<style>
a { background-color: #D020B9; }
a { background-color: rgb(208,32,185); }
div.DivClassName
{
background-color: #D020B9;
}
.BgClassName
{
background-color: #D020B9;
}
</style>
border-color css
<style>
span { border-color: #D020B9; }
span { border-color: rgb(208,32,185); }
td.TdClassName
{
border-color: #D020B9;
}
.TagClassName
{
border-color: #D020B9;
}
</style>