Shades of Deep Magenta #D020B2
Tints of Deep Magenta #D020B2
RGB
CMYK
RGB Variations
Color information
#D020B2 (or 0xD020B2) is known color: Deep Magenta. HEX triplet: D0, 20 and B2. RGB value is (208,32,178). Sum of RGB (Red+Green+Blue) = 208+32+178=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D020B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D020B2 is #2FDF4D. Grayscale: #646464. Windows color (decimal): -3137358 or 11673808. OLE color: 11673808.
HSL color Cylindrical-coordinate representation of color #D020B2: hue angle of 310.23º 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 #D020B2 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 178 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.18 |
| HSL | 310.23º | 0.73% | 0.47% | - |
| HSV(B) | 310.23º | 0.85% | 0.82% | - |
| XYZ | 34.56 | 17.66 | 43.71 | - |
| YUV | 101.27 | 171.31 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 178 | 0 | 0.85 | 0.14 | 0.18 | 310.23 | 0.73 | 0.47 |
| Hex | D0 | 20 | B2 | 0 | 55 | E | 12 | 136 | 49 | 2F |
| Octal | 320 | 40 | 262 | 0 | 125 | 16 | 22 | 466 | 111 | 57 |
| Binary | 11010000 | 100000 | 10110010 | 0 | 1010101 | 1110 | 10010 | 100110110 | 1001001 | 101111 |
Color Harmonies of #D020B2
Complementary color
Monochromatic Colors of #D020B2
Black with #D020B2
Text Example
Text Example
White with #D020B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D020B2; }
p { color: rgb(208,32,178); }
H1.HeaderClassName
{
color: #D020B2;
}
.AnyTagClassName
{
color: #D020B2;
}
</style>
background-color css
<style>
a { background-color: #D020B2; }
a { background-color: rgb(208,32,178); }
div.DivClassName
{
background-color: #D020B2;
}
.BgClassName
{
background-color: #D020B2;
}
</style>
border-color css
<style>
span { border-color: #D020B2; }
span { border-color: rgb(208,32,178); }
td.TdClassName
{
border-color: #D020B2;
}
.TagClassName
{
border-color: #D020B2;
}
</style>