Shades of Deep Magenta #D20ACD
Tints of Deep Magenta #D20ACD
RGB
CMYK
RGB Variations
Color information
#D20ACD (or 0xD20ACD) is known color: Deep Magenta. HEX triplet: D2, 0A and CD. RGB value is (210,10,205). Sum of RGB (Red+Green+Blue) = 210+10+205=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D20ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ACD is #2DF532. Grayscale: #5B5B5B. Windows color (decimal): -3011891 or 13437650. OLE color: 13437650.
HSL color Cylindrical-coordinate representation of color #D20ACD: hue angle of 301.5º 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 #D20ACD is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 205 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.18 |
| HSL | 301.5º | 0.91% | 0.43% | - |
| HSV(B) | 301.5º | 0.95% | 0.82% | - |
| XYZ | 37.71 | 18.33 | 59.31 | - |
| YUV | 92.03 | 191.76 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 205 | 0 | 0.95 | 0.02 | 0.18 | 301.5 | 0.91 | 0.43 |
| Hex | D2 | A | CD | 0 | 5F | 2 | 12 | 12E | 5B | 2B |
| Octal | 322 | 12 | 315 | 0 | 137 | 2 | 22 | 456 | 133 | 53 |
| Binary | 11010010 | 1010 | 11001101 | 0 | 1011111 | 10 | 10010 | 100101110 | 1011011 | 101011 |
Color Harmonies of #D20ACD
Complementary color
Monochromatic Colors of #D20ACD
Black with #D20ACD
Text Example
Text Example
White with #D20ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20ACD; }
p { color: rgb(210,10,205); }
H1.HeaderClassName
{
color: #D20ACD;
}
.AnyTagClassName
{
color: #D20ACD;
}
</style>
background-color css
<style>
a { background-color: #D20ACD; }
a { background-color: rgb(210,10,205); }
div.DivClassName
{
background-color: #D20ACD;
}
.BgClassName
{
background-color: #D20ACD;
}
</style>
border-color css
<style>
span { border-color: #D20ACD; }
span { border-color: rgb(210,10,205); }
td.TdClassName
{
border-color: #D20ACD;
}
.TagClassName
{
border-color: #D20ACD;
}
</style>