Shades of Deep Magenta #D30ACD
Tints of Deep Magenta #D30ACD
RGB
CMYK
RGB Variations
Color information
#D30ACD (or 0xD30ACD) is known color: Deep Magenta. HEX triplet: D3, 0A and CD. RGB value is (211,10,205). Sum of RGB (Red+Green+Blue) = 211+10+205=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D30ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30ACD is #2CF532. Grayscale: #5B5B5B. Windows color (decimal): -2946355 or 13437651. OLE color: 13437651.
HSL color Cylindrical-coordinate representation of color #D30ACD: hue angle of 301.79º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30ACD is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 10 | 205 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.17 |
| HSL | 301.79º | 0.91% | 0.43% | - |
| HSV(B) | 301.79º | 0.95% | 0.83% | - |
| XYZ | 37.99 | 18.47 | 59.32 | - |
| YUV | 92.33 | 191.59 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 10 | 205 | 0 | 0.95 | 0.03 | 0.17 | 301.79 | 0.91 | 0.43 |
| Hex | D3 | A | CD | 0 | 5F | 3 | 11 | 12E | 5B | 2B |
| Octal | 323 | 12 | 315 | 0 | 137 | 3 | 21 | 456 | 133 | 53 |
| Binary | 11010011 | 1010 | 11001101 | 0 | 1011111 | 11 | 10001 | 100101110 | 1011011 | 101011 |
Color Harmonies of #D30ACD
Complementary color
Monochromatic Colors of #D30ACD
Black with #D30ACD
Text Example
Text Example
White with #D30ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30ACD; }
p { color: rgb(211,10,205); }
H1.HeaderClassName
{
color: #D30ACD;
}
.AnyTagClassName
{
color: #D30ACD;
}
</style>
background-color css
<style>
a { background-color: #D30ACD; }
a { background-color: rgb(211,10,205); }
div.DivClassName
{
background-color: #D30ACD;
}
.BgClassName
{
background-color: #D30ACD;
}
</style>
border-color css
<style>
span { border-color: #D30ACD; }
span { border-color: rgb(211,10,205); }
td.TdClassName
{
border-color: #D30ACD;
}
.TagClassName
{
border-color: #D30ACD;
}
</style>