Shades of Deep Magenta #D20AD5
Tints of Deep Magenta #D20AD5
RGB
CMYK
RGB Variations
Color information
#D20AD5 (or 0xD20AD5) is known color: Deep Magenta. HEX triplet: D2, 0A and D5. RGB value is (210,10,213). Sum of RGB (Red+Green+Blue) = 210+10+213=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #D20AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20AD5 is #2DF52A. Grayscale: #5C5C5C. Windows color (decimal): -3011883 or 13961938. OLE color: 13961938.
HSL color Cylindrical-coordinate representation of color #D20AD5: hue angle of 299.11º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20AD5 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 10 | 213 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.16 |
| HSL | 299.11º | 0.91% | 0.44% | - |
| HSV(B) | 299.11º | 0.95% | 0.84% | - |
| XYZ | 38.7 | 18.72 | 64.53 | - |
| YUV | 92.94 | 195.76 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 213 | 0.01 | 0.95 | 0 | 0.16 | 299.11 | 0.91 | 0.44 |
| Hex | D2 | A | D5 | 1 | 5F | 0 | 10 | 12B | 5B | 2C |
| Octal | 322 | 12 | 325 | 1 | 137 | 0 | 20 | 453 | 133 | 54 |
| Binary | 11010010 | 1010 | 11010101 | 1 | 1011111 | 0 | 10000 | 100101011 | 1011011 | 101100 |
Color Harmonies of #D20AD5
Complementary color
Monochromatic Colors of #D20AD5
Black with #D20AD5
Text Example
Text Example
White with #D20AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20AD5; }
p { color: rgb(210,10,213); }
H1.HeaderClassName
{
color: #D20AD5;
}
.AnyTagClassName
{
color: #D20AD5;
}
</style>
background-color css
<style>
a { background-color: #D20AD5; }
a { background-color: rgb(210,10,213); }
div.DivClassName
{
background-color: #D20AD5;
}
.BgClassName
{
background-color: #D20AD5;
}
</style>
border-color css
<style>
span { border-color: #D20AD5; }
span { border-color: rgb(210,10,213); }
td.TdClassName
{
border-color: #D20AD5;
}
.TagClassName
{
border-color: #D20AD5;
}
</style>