Shades of Deep Magenta #D60AB7
Tints of Deep Magenta #D60AB7
RGB
CMYK
RGB Variations
Color information
#D60AB7 (or 0xD60AB7) is known color: Deep Magenta. HEX triplet: D6, 0A and B7. RGB value is (214,10,183). Sum of RGB (Red+Green+Blue) = 214+10+183=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60AB7 is #29F548. Grayscale: #5A5A5A. Windows color (decimal): -2749769 or 11995862. OLE color: 11995862.
HSL color Cylindrical-coordinate representation of color #D60AB7: hue angle of 309.12º 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 #D60AB7 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 183 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.16 |
| HSL | 309.12º | 0.91% | 0.44% | - |
| HSV(B) | 309.12º | 0.95% | 0.84% | - |
| XYZ | 36.39 | 17.93 | 46.34 | - |
| YUV | 90.72 | 180.09 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 183 | 0 | 0.95 | 0.14 | 0.16 | 309.12 | 0.91 | 0.44 |
| Hex | D6 | A | B7 | 0 | 5F | E | 10 | 135 | 5B | 2C |
| Octal | 326 | 12 | 267 | 0 | 137 | 16 | 20 | 465 | 133 | 54 |
| Binary | 11010110 | 1010 | 10110111 | 0 | 1011111 | 1110 | 10000 | 100110101 | 1011011 | 101100 |
Color Harmonies of #D60AB7
Complementary color
Monochromatic Colors of #D60AB7
Black with #D60AB7
Text Example
Text Example
White with #D60AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AB7; }
p { color: rgb(214,10,183); }
H1.HeaderClassName
{
color: #D60AB7;
}
.AnyTagClassName
{
color: #D60AB7;
}
</style>
background-color css
<style>
a { background-color: #D60AB7; }
a { background-color: rgb(214,10,183); }
div.DivClassName
{
background-color: #D60AB7;
}
.BgClassName
{
background-color: #D60AB7;
}
</style>
border-color css
<style>
span { border-color: #D60AB7; }
span { border-color: rgb(214,10,183); }
td.TdClassName
{
border-color: #D60AB7;
}
.TagClassName
{
border-color: #D60AB7;
}
</style>