Shades of Deep Magenta #D005AA
Tints of Deep Magenta #D005AA
RGB
CMYK
RGB Variations
Color information
#D005AA (or 0xD005AA) is known color: Deep Magenta. HEX triplet: D0, 05 and AA. RGB value is (208,5,170). Sum of RGB (Red+Green+Blue) = 208+5+170=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D005AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D005AA is #2FFA55. Grayscale: #545454. Windows color (decimal): -3144278 or 11142608. OLE color: 11142608.
HSL color Cylindrical-coordinate representation of color #D005AA: hue angle of 311.23º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005AA is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 170 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.18 |
| HSL | 311.23º | 0.95% | 0.42% | - |
| HSV(B) | 311.23º | 0.98% | 0.82% | - |
| XYZ | 33.32 | 16.42 | 39.44 | - |
| YUV | 84.51 | 176.25 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 170 | 0 | 0.98 | 0.18 | 0.18 | 311.23 | 0.95 | 0.42 |
| Hex | D0 | 5 | AA | 0 | 62 | 12 | 12 | 137 | 5F | 2A |
| Octal | 320 | 5 | 252 | 0 | 142 | 22 | 22 | 467 | 137 | 52 |
| Binary | 11010000 | 101 | 10101010 | 0 | 1100010 | 10010 | 10010 | 100110111 | 1011111 | 101010 |
Color Harmonies of #D005AA
Complementary color
Monochromatic Colors of #D005AA
Black with #D005AA
Text Example
Text Example
White with #D005AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005AA; }
p { color: rgb(208,5,170); }
H1.HeaderClassName
{
color: #D005AA;
}
.AnyTagClassName
{
color: #D005AA;
}
</style>
background-color css
<style>
a { background-color: #D005AA; }
a { background-color: rgb(208,5,170); }
div.DivClassName
{
background-color: #D005AA;
}
.BgClassName
{
background-color: #D005AA;
}
</style>
border-color css
<style>
span { border-color: #D005AA; }
span { border-color: rgb(208,5,170); }
td.TdClassName
{
border-color: #D005AA;
}
.TagClassName
{
border-color: #D005AA;
}
</style>