Shades of Deep Magenta #D020CE
Tints of Deep Magenta #D020CE
RGB
CMYK
RGB Variations
Color information
#D020CE (or 0xD020CE) is known color: Deep Magenta. HEX triplet: D0, 20 and CE. RGB value is (208,32,206). Sum of RGB (Red+Green+Blue) = 208+32+206=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D020CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020CE is #2FDF31. Grayscale: #676767. Windows color (decimal): -3137330 or 13508816. OLE color: 13508816.
HSL color Cylindrical-coordinate representation of color #D020CE: hue angle of 300.68º 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 #D020CE is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 206 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.18 |
| HSL | 300.68º | 0.73% | 0.47% | - |
| HSV(B) | 300.68º | 0.85% | 0.82% | - |
| XYZ | 37.67 | 18.9 | 60.06 | - |
| YUV | 104.46 | 185.31 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 206 | 0 | 0.85 | 0.01 | 0.18 | 300.68 | 0.73 | 0.47 |
| Hex | D0 | 20 | CE | 0 | 55 | 1 | 12 | 12D | 49 | 2F |
| Octal | 320 | 40 | 316 | 0 | 125 | 1 | 22 | 455 | 111 | 57 |
| Binary | 11010000 | 100000 | 11001110 | 0 | 1010101 | 1 | 10010 | 100101101 | 1001001 | 101111 |
Color Harmonies of #D020CE
Complementary color
Monochromatic Colors of #D020CE
Black with #D020CE
Text Example
Text Example
White with #D020CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D020CE; }
p { color: rgb(208,32,206); }
H1.HeaderClassName
{
color: #D020CE;
}
.AnyTagClassName
{
color: #D020CE;
}
</style>
background-color css
<style>
a { background-color: #D020CE; }
a { background-color: rgb(208,32,206); }
div.DivClassName
{
background-color: #D020CE;
}
.BgClassName
{
background-color: #D020CE;
}
</style>
border-color css
<style>
span { border-color: #D020CE; }
span { border-color: rgb(208,32,206); }
td.TdClassName
{
border-color: #D020CE;
}
.TagClassName
{
border-color: #D020CE;
}
</style>