Shades of Deep Magenta #D00AAA
Tints of Deep Magenta #D00AAA
RGB
CMYK
RGB Variations
Color information
#D00AAA (or 0xD00AAA) is known color: Deep Magenta. HEX triplet: D0, 0A and AA. RGB value is (208,10,170). Sum of RGB (Red+Green+Blue) = 208+10+170=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D00AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00AAA is #2FF555. Grayscale: #575757. Windows color (decimal): -3142998 or 11143888. OLE color: 11143888.
HSL color Cylindrical-coordinate representation of color #D00AAA: hue angle of 311.52º 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 #D00AAA is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.18 |
| HSL | 311.52º | 0.91% | 0.43% | - |
| HSV(B) | 311.52º | 0.95% | 0.82% | - |
| XYZ | 33.38 | 16.53 | 39.46 | - |
| YUV | 87.44 | 174.6 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 170 | 0 | 0.95 | 0.18 | 0.18 | 311.52 | 0.91 | 0.43 |
| Hex | D0 | A | AA | 0 | 5F | 12 | 12 | 138 | 5B | 2B |
| Octal | 320 | 12 | 252 | 0 | 137 | 22 | 22 | 470 | 133 | 53 |
| Binary | 11010000 | 1010 | 10101010 | 0 | 1011111 | 10010 | 10010 | 100111000 | 1011011 | 101011 |
Color Harmonies of #D00AAA
Complementary color
Monochromatic Colors of #D00AAA
Black with #D00AAA
Text Example
Text Example
White with #D00AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00AAA; }
p { color: rgb(208,10,170); }
H1.HeaderClassName
{
color: #D00AAA;
}
.AnyTagClassName
{
color: #D00AAA;
}
</style>
background-color css
<style>
a { background-color: #D00AAA; }
a { background-color: rgb(208,10,170); }
div.DivClassName
{
background-color: #D00AAA;
}
.BgClassName
{
background-color: #D00AAA;
}
</style>
border-color css
<style>
span { border-color: #D00AAA; }
span { border-color: rgb(208,10,170); }
td.TdClassName
{
border-color: #D00AAA;
}
.TagClassName
{
border-color: #D00AAA;
}
</style>