Shades of Deep Magenta #D20AD0
Tints of Deep Magenta #D20AD0
RGB
CMYK
RGB Variations
Color information
#D20AD0 (or 0xD20AD0) is known color: Deep Magenta. HEX triplet: D2, 0A and D0. RGB value is (210,10,208). Sum of RGB (Red+Green+Blue) = 210+10+208=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D20AD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20AD0 is #2DF52F. Grayscale: #5B5B5B. Windows color (decimal): -3011888 or 13634258. OLE color: 13634258.
HSL color Cylindrical-coordinate representation of color #D20AD0: hue angle of 300.6º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20AD0 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 208 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.18 |
| HSL | 300.6º | 0.91% | 0.43% | - |
| HSV(B) | 300.6º | 0.95% | 0.82% | - |
| XYZ | 38.07 | 18.47 | 61.23 | - |
| YUV | 92.37 | 193.26 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 208 | 0 | 0.95 | 0.01 | 0.18 | 300.6 | 0.91 | 0.43 |
| Hex | D2 | A | D0 | 0 | 5F | 1 | 12 | 12D | 5B | 2B |
| Octal | 322 | 12 | 320 | 0 | 137 | 1 | 22 | 455 | 133 | 53 |
| Binary | 11010010 | 1010 | 11010000 | 0 | 1011111 | 1 | 10010 | 100101101 | 1011011 | 101011 |
Color Harmonies of #D20AD0
Complementary color
Monochromatic Colors of #D20AD0
Black with #D20AD0
Text Example
Text Example
White with #D20AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20AD0; }
p { color: rgb(210,10,208); }
H1.HeaderClassName
{
color: #D20AD0;
}
.AnyTagClassName
{
color: #D20AD0;
}
</style>
background-color css
<style>
a { background-color: #D20AD0; }
a { background-color: rgb(210,10,208); }
div.DivClassName
{
background-color: #D20AD0;
}
.BgClassName
{
background-color: #D20AD0;
}
</style>
border-color css
<style>
span { border-color: #D20AD0; }
span { border-color: rgb(210,10,208); }
td.TdClassName
{
border-color: #D20AD0;
}
.TagClassName
{
border-color: #D20AD0;
}
</style>