Shades of Deep Magenta #D00FAA
Tints of Deep Magenta #D00FAA
RGB
CMYK
RGB Variations
Color information
#D00FAA (or 0xD00FAA) is known color: Deep Magenta. HEX triplet: D0, 0F and AA. RGB value is (208,15,170). Sum of RGB (Red+Green+Blue) = 208+15+170=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00FAA is #2FF055. Grayscale: #595959. Windows color (decimal): -3141718 or 11145168. OLE color: 11145168.
HSL color Cylindrical-coordinate representation of color #D00FAA: hue angle of 311.81º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00FAA is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 170 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.18 |
| HSL | 311.81º | 0.87% | 0.44% | - |
| HSV(B) | 311.81º | 0.93% | 0.82% | - |
| XYZ | 33.44 | 16.65 | 39.48 | - |
| YUV | 90.38 | 172.94 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 170 | 0 | 0.93 | 0.18 | 0.18 | 311.81 | 0.87 | 0.44 |
| Hex | D0 | F | AA | 0 | 5D | 12 | 12 | 138 | 57 | 2C |
| Octal | 320 | 17 | 252 | 0 | 135 | 22 | 22 | 470 | 127 | 54 |
| Binary | 11010000 | 1111 | 10101010 | 0 | 1011101 | 10010 | 10010 | 100111000 | 1010111 | 101100 |
Color Harmonies of #D00FAA
Complementary color
Monochromatic Colors of #D00FAA
Black with #D00FAA
Text Example
Text Example
White with #D00FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00FAA; }
p { color: rgb(208,15,170); }
H1.HeaderClassName
{
color: #D00FAA;
}
.AnyTagClassName
{
color: #D00FAA;
}
</style>
background-color css
<style>
a { background-color: #D00FAA; }
a { background-color: rgb(208,15,170); }
div.DivClassName
{
background-color: #D00FAA;
}
.BgClassName
{
background-color: #D00FAA;
}
</style>
border-color css
<style>
span { border-color: #D00FAA; }
span { border-color: rgb(208,15,170); }
td.TdClassName
{
border-color: #D00FAA;
}
.TagClassName
{
border-color: #D00FAA;
}
</style>