Shades of Deep Magenta #D020BE
Tints of Deep Magenta #D020BE
RGB
CMYK
RGB Variations
Color information
#D020BE (or 0xD020BE) is known color: Deep Magenta. HEX triplet: D0, 20 and BE. RGB value is (208,32,190). Sum of RGB (Red+Green+Blue) = 208+32+190=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D020BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020BE is #2FDF41. Grayscale: #666666. Windows color (decimal): -3137346 or 12460240. OLE color: 12460240.
HSL color Cylindrical-coordinate representation of color #D020BE: hue angle of 306.14º 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 #D020BE is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 190 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.18 |
| HSL | 306.14º | 0.73% | 0.47% | - |
| HSV(B) | 306.14º | 0.85% | 0.82% | - |
| XYZ | 35.82 | 18.16 | 50.33 | - |
| YUV | 102.64 | 177.31 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 190 | 0 | 0.85 | 0.09 | 0.18 | 306.14 | 0.73 | 0.47 |
| Hex | D0 | 20 | BE | 0 | 55 | 9 | 12 | 132 | 49 | 2F |
| Octal | 320 | 40 | 276 | 0 | 125 | 11 | 22 | 462 | 111 | 57 |
| Binary | 11010000 | 100000 | 10111110 | 0 | 1010101 | 1001 | 10010 | 100110010 | 1001001 | 101111 |
Color Harmonies of #D020BE
Complementary color
Monochromatic Colors of #D020BE
Black with #D020BE
Text Example
Text Example
White with #D020BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D020BE; }
p { color: rgb(208,32,190); }
H1.HeaderClassName
{
color: #D020BE;
}
.AnyTagClassName
{
color: #D020BE;
}
</style>
background-color css
<style>
a { background-color: #D020BE; }
a { background-color: rgb(208,32,190); }
div.DivClassName
{
background-color: #D020BE;
}
.BgClassName
{
background-color: #D020BE;
}
</style>
border-color css
<style>
span { border-color: #D020BE; }
span { border-color: rgb(208,32,190); }
td.TdClassName
{
border-color: #D020BE;
}
.TagClassName
{
border-color: #D020BE;
}
</style>