Shades of Deep Magenta #D00CAA
Tints of Deep Magenta #D00CAA
RGB
CMYK
RGB Variations
Color information
#D00CAA (or 0xD00CAA) is known color: Deep Magenta. HEX triplet: D0, 0C and AA. RGB value is (208,12,170). Sum of RGB (Red+Green+Blue) = 208+12+170=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00CAA is #2FF355. Grayscale: #585858. Windows color (decimal): -3142486 or 11144400. OLE color: 11144400.
HSL color Cylindrical-coordinate representation of color #D00CAA: hue angle of 311.63º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00CAA is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.18 |
| HSL | 311.63º | 0.89% | 0.43% | - |
| HSV(B) | 311.63º | 0.94% | 0.82% | - |
| XYZ | 33.4 | 16.58 | 39.47 | - |
| YUV | 88.62 | 173.93 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 170 | 0 | 0.94 | 0.18 | 0.18 | 311.63 | 0.89 | 0.43 |
| Hex | D0 | C | AA | 0 | 5E | 12 | 12 | 138 | 59 | 2B |
| Octal | 320 | 14 | 252 | 0 | 136 | 22 | 22 | 470 | 131 | 53 |
| Binary | 11010000 | 1100 | 10101010 | 0 | 1011110 | 10010 | 10010 | 100111000 | 1011001 | 101011 |
Color Harmonies of #D00CAA
Complementary color
Monochromatic Colors of #D00CAA
Black with #D00CAA
Text Example
Text Example
White with #D00CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00CAA; }
p { color: rgb(208,12,170); }
H1.HeaderClassName
{
color: #D00CAA;
}
.AnyTagClassName
{
color: #D00CAA;
}
</style>
background-color css
<style>
a { background-color: #D00CAA; }
a { background-color: rgb(208,12,170); }
div.DivClassName
{
background-color: #D00CAA;
}
.BgClassName
{
background-color: #D00CAA;
}
</style>
border-color css
<style>
span { border-color: #D00CAA; }
span { border-color: rgb(208,12,170); }
td.TdClassName
{
border-color: #D00CAA;
}
.TagClassName
{
border-color: #D00CAA;
}
</style>