Shades of Deep Magenta #D10AE0
Tints of Deep Magenta #D10AE0
RGB
CMYK
RGB Variations
Color information
#D10AE0 (or 0xD10AE0) is known color: Deep Magenta. HEX triplet: D1, 0A and E0. RGB value is (209,10,224). Sum of RGB (Red+Green+Blue) = 209+10+224=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #D10AE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10AE0 is #2EF51F. Grayscale: #5D5D5D. Windows color (decimal): -3077408 or 14682833. OLE color: 14682833.
HSL color Cylindrical-coordinate representation of color #D10AE0: hue angle of 295.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10AE0 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 10 | 224 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.12 |
| HSL | 295.79º | 0.91% | 0.46% | - |
| HSV(B) | 295.79º | 0.96% | 0.88% | - |
| XYZ | 39.86 | 19.15 | 72.12 | - |
| YUV | 93.9 | 201.43 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 224 | 0.07 | 0.96 | 0 | 0.12 | 295.79 | 0.91 | 0.46 |
| Hex | D1 | A | E0 | 7 | 60 | 0 | C | 128 | 5B | 2E |
| Octal | 321 | 12 | 340 | 7 | 140 | 0 | 14 | 450 | 133 | 56 |
| Binary | 11010001 | 1010 | 11100000 | 111 | 1100000 | 0 | 1100 | 100101000 | 1011011 | 101110 |
Color Harmonies of #D10AE0
Complementary color
Monochromatic Colors of #D10AE0
Black with #D10AE0
Text Example
Text Example
White with #D10AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10AE0; }
p { color: rgb(209,10,224); }
H1.HeaderClassName
{
color: #D10AE0;
}
.AnyTagClassName
{
color: #D10AE0;
}
</style>
background-color css
<style>
a { background-color: #D10AE0; }
a { background-color: rgb(209,10,224); }
div.DivClassName
{
background-color: #D10AE0;
}
.BgClassName
{
background-color: #D10AE0;
}
</style>
border-color css
<style>
span { border-color: #D10AE0; }
span { border-color: rgb(209,10,224); }
td.TdClassName
{
border-color: #D10AE0;
}
.TagClassName
{
border-color: #D10AE0;
}
</style>