Shades of Deep Magenta #D10ADD
Tints of Deep Magenta #D10ADD
RGB
CMYK
RGB Variations
Color information
#D10ADD (or 0xD10ADD) is known color: Deep Magenta. HEX triplet: D1, 0A and DD. RGB value is (209,10,221). Sum of RGB (Red+Green+Blue) = 209+10+221=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #D10ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10ADD is #2EF522. Grayscale: #5C5C5C. Windows color (decimal): -3077411 or 14486225. OLE color: 14486225.
HSL color Cylindrical-coordinate representation of color #D10ADD: hue angle of 296.59º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10ADD is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 10 | 221 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.13 |
| HSL | 296.59º | 0.91% | 0.45% | - |
| HSV(B) | 296.59º | 0.95% | 0.87% | - |
| XYZ | 39.45 | 18.99 | 69.99 | - |
| YUV | 93.56 | 199.93 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 221 | 0.05 | 0.95 | 0 | 0.13 | 296.59 | 0.91 | 0.45 |
| Hex | D1 | A | DD | 5 | 5F | 0 | D | 129 | 5B | 2D |
| Octal | 321 | 12 | 335 | 5 | 137 | 0 | 15 | 451 | 133 | 55 |
| Binary | 11010001 | 1010 | 11011101 | 101 | 1011111 | 0 | 1101 | 100101001 | 1011011 | 101101 |
Color Harmonies of #D10ADD
Complementary color
Monochromatic Colors of #D10ADD
Black with #D10ADD
Text Example
Text Example
White with #D10ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10ADD; }
p { color: rgb(209,10,221); }
H1.HeaderClassName
{
color: #D10ADD;
}
.AnyTagClassName
{
color: #D10ADD;
}
</style>
background-color css
<style>
a { background-color: #D10ADD; }
a { background-color: rgb(209,10,221); }
div.DivClassName
{
background-color: #D10ADD;
}
.BgClassName
{
background-color: #D10ADD;
}
</style>
border-color css
<style>
span { border-color: #D10ADD; }
span { border-color: rgb(209,10,221); }
td.TdClassName
{
border-color: #D10ADD;
}
.TagClassName
{
border-color: #D10ADD;
}
</style>