Shades of Deep Magenta #D10AAB
Tints of Deep Magenta #D10AAB
RGB
CMYK
RGB Variations
Color information
#D10AAB (or 0xD10AAB) is known color: Deep Magenta. HEX triplet: D1, 0A and AB. RGB value is (209,10,171). Sum of RGB (Red+Green+Blue) = 209+10+171=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D10AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10AAB is #2EF554. Grayscale: #575757. Windows color (decimal): -3077461 or 11209425. OLE color: 11209425.
HSL color Cylindrical-coordinate representation of color #D10AAB: hue angle of 311.46º 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 #D10AAB is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 171 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.18 |
| HSL | 311.46º | 0.91% | 0.43% | - |
| HSV(B) | 311.46º | 0.95% | 0.82% | - |
| XYZ | 33.75 | 16.71 | 39.97 | - |
| YUV | 87.86 | 174.93 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 171 | 0 | 0.95 | 0.18 | 0.18 | 311.46 | 0.91 | 0.43 |
| Hex | D1 | A | AB | 0 | 5F | 12 | 12 | 137 | 5B | 2B |
| Octal | 321 | 12 | 253 | 0 | 137 | 22 | 22 | 467 | 133 | 53 |
| Binary | 11010001 | 1010 | 10101011 | 0 | 1011111 | 10010 | 10010 | 100110111 | 1011011 | 101011 |
Color Harmonies of #D10AAB
Complementary color
Monochromatic Colors of #D10AAB
Black with #D10AAB
Text Example
Text Example
White with #D10AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10AAB; }
p { color: rgb(209,10,171); }
H1.HeaderClassName
{
color: #D10AAB;
}
.AnyTagClassName
{
color: #D10AAB;
}
</style>
background-color css
<style>
a { background-color: #D10AAB; }
a { background-color: rgb(209,10,171); }
div.DivClassName
{
background-color: #D10AAB;
}
.BgClassName
{
background-color: #D10AAB;
}
</style>
border-color css
<style>
span { border-color: #D10AAB; }
span { border-color: rgb(209,10,171); }
td.TdClassName
{
border-color: #D10AAB;
}
.TagClassName
{
border-color: #D10AAB;
}
</style>