Shades of Deep Magenta #D60AAF
Tints of Deep Magenta #D60AAF
RGB
CMYK
RGB Variations
Color information
#D60AAF (or 0xD60AAF) is known color: Deep Magenta. HEX triplet: D6, 0A and AF. RGB value is (214,10,175). Sum of RGB (Red+Green+Blue) = 214+10+175=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60AAF is #29F550. Grayscale: #595959. Windows color (decimal): -2749777 or 11471574. OLE color: 11471574.
HSL color Cylindrical-coordinate representation of color #D60AAF: hue angle of 311.47º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60AAF is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.16 |
| HSL | 311.47º | 0.91% | 0.44% | - |
| HSV(B) | 311.47º | 0.95% | 0.84% | - |
| XYZ | 35.58 | 17.61 | 42.08 | - |
| YUV | 89.81 | 176.09 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 175 | 0 | 0.95 | 0.18 | 0.16 | 311.47 | 0.91 | 0.44 |
| Hex | D6 | A | AF | 0 | 5F | 12 | 10 | 137 | 5B | 2C |
| Octal | 326 | 12 | 257 | 0 | 137 | 22 | 20 | 467 | 133 | 54 |
| Binary | 11010110 | 1010 | 10101111 | 0 | 1011111 | 10010 | 10000 | 100110111 | 1011011 | 101100 |
Color Harmonies of #D60AAF
Complementary color
Monochromatic Colors of #D60AAF
Black with #D60AAF
Text Example
Text Example
White with #D60AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AAF; }
p { color: rgb(214,10,175); }
H1.HeaderClassName
{
color: #D60AAF;
}
.AnyTagClassName
{
color: #D60AAF;
}
</style>
background-color css
<style>
a { background-color: #D60AAF; }
a { background-color: rgb(214,10,175); }
div.DivClassName
{
background-color: #D60AAF;
}
.BgClassName
{
background-color: #D60AAF;
}
</style>
border-color css
<style>
span { border-color: #D60AAF; }
span { border-color: rgb(214,10,175); }
td.TdClassName
{
border-color: #D60AAF;
}
.TagClassName
{
border-color: #D60AAF;
}
</style>