Shades of Deep Magenta #D00AAF
Tints of Deep Magenta #D00AAF
RGB
CMYK
RGB Variations
Color information
#D00AAF (or 0xD00AAF) is known color: Deep Magenta. HEX triplet: D0, 0A and AF. RGB value is (208,10,175). Sum of RGB (Red+Green+Blue) = 208+10+175=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D00AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00AAF is #2FF550. Grayscale: #575757. Windows color (decimal): -3142993 or 11471568. OLE color: 11471568.
HSL color Cylindrical-coordinate representation of color #D00AAF: hue angle of 310º 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 #D00AAF is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.18 |
| HSL | 310º | 0.91% | 0.43% | - |
| HSV(B) | 310º | 0.95% | 0.82% | - |
| XYZ | 33.86 | 16.72 | 42 | - |
| YUV | 88.01 | 177.1 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 175 | 0 | 0.95 | 0.16 | 0.18 | 310 | 0.91 | 0.43 |
| Hex | D0 | A | AF | 0 | 5F | 10 | 12 | 136 | 5B | 2B |
| Octal | 320 | 12 | 257 | 0 | 137 | 20 | 22 | 466 | 133 | 53 |
| Binary | 11010000 | 1010 | 10101111 | 0 | 1011111 | 10000 | 10010 | 100110110 | 1011011 | 101011 |
Color Harmonies of #D00AAF
Complementary color
Monochromatic Colors of #D00AAF
Black with #D00AAF
Text Example
Text Example
White with #D00AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00AAF; }
p { color: rgb(208,10,175); }
H1.HeaderClassName
{
color: #D00AAF;
}
.AnyTagClassName
{
color: #D00AAF;
}
</style>
background-color css
<style>
a { background-color: #D00AAF; }
a { background-color: rgb(208,10,175); }
div.DivClassName
{
background-color: #D00AAF;
}
.BgClassName
{
background-color: #D00AAF;
}
</style>
border-color css
<style>
span { border-color: #D00AAF; }
span { border-color: rgb(208,10,175); }
td.TdClassName
{
border-color: #D00AAF;
}
.TagClassName
{
border-color: #D00AAF;
}
</style>