Shades of Deep Magenta #D60AB6
Tints of Deep Magenta #D60AB6
RGB
CMYK
RGB Variations
Color information
#D60AB6 (or 0xD60AB6) is known color: Deep Magenta. HEX triplet: D6, 0A and B6. RGB value is (214,10,182). Sum of RGB (Red+Green+Blue) = 214+10+182=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60AB6 is #29F549. Grayscale: #5A5A5A. Windows color (decimal): -2749770 or 11930326. OLE color: 11930326.
HSL color Cylindrical-coordinate representation of color #D60AB6: hue angle of 309.41º 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 #D60AB6 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 182 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.16 |
| HSL | 309.41º | 0.91% | 0.44% | - |
| HSV(B) | 309.41º | 0.95% | 0.84% | - |
| XYZ | 36.28 | 17.89 | 45.8 | - |
| YUV | 90.6 | 179.59 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 182 | 0 | 0.95 | 0.15 | 0.16 | 309.41 | 0.91 | 0.44 |
| Hex | D6 | A | B6 | 0 | 5F | F | 10 | 135 | 5B | 2C |
| Octal | 326 | 12 | 266 | 0 | 137 | 17 | 20 | 465 | 133 | 54 |
| Binary | 11010110 | 1010 | 10110110 | 0 | 1011111 | 1111 | 10000 | 100110101 | 1011011 | 101100 |
Color Harmonies of #D60AB6
Complementary color
Monochromatic Colors of #D60AB6
Black with #D60AB6
Text Example
Text Example
White with #D60AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AB6; }
p { color: rgb(214,10,182); }
H1.HeaderClassName
{
color: #D60AB6;
}
.AnyTagClassName
{
color: #D60AB6;
}
</style>
background-color css
<style>
a { background-color: #D60AB6; }
a { background-color: rgb(214,10,182); }
div.DivClassName
{
background-color: #D60AB6;
}
.BgClassName
{
background-color: #D60AB6;
}
</style>
border-color css
<style>
span { border-color: #D60AB6; }
span { border-color: rgb(214,10,182); }
td.TdClassName
{
border-color: #D60AB6;
}
.TagClassName
{
border-color: #D60AB6;
}
</style>