Shades of Deep Magenta #D60AC5
Tints of Deep Magenta #D60AC5
RGB
CMYK
RGB Variations
Color information
#D60AC5 (or 0xD60AC5) is known color: Deep Magenta. HEX triplet: D6, 0A and C5. RGB value is (214,10,197). Sum of RGB (Red+Green+Blue) = 214+10+197=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60AC5 is #29F53A. Grayscale: #5B5B5B. Windows color (decimal): -2749755 or 12913366. OLE color: 12913366.
HSL color Cylindrical-coordinate representation of color #D60AC5: hue angle of 305º 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 #D60AC5 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 197 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.16 |
| HSL | 305º | 0.91% | 0.44% | - |
| HSV(B) | 305º | 0.95% | 0.84% | - |
| XYZ | 37.92 | 18.54 | 54.4 | - |
| YUV | 92.31 | 187.09 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 197 | 0 | 0.95 | 0.08 | 0.16 | 305 | 0.91 | 0.44 |
| Hex | D6 | A | C5 | 0 | 5F | 8 | 10 | 131 | 5B | 2C |
| Octal | 326 | 12 | 305 | 0 | 137 | 10 | 20 | 461 | 133 | 54 |
| Binary | 11010110 | 1010 | 11000101 | 0 | 1011111 | 1000 | 10000 | 100110001 | 1011011 | 101100 |
Color Harmonies of #D60AC5
Complementary color
Monochromatic Colors of #D60AC5
Black with #D60AC5
Text Example
Text Example
White with #D60AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AC5; }
p { color: rgb(214,10,197); }
H1.HeaderClassName
{
color: #D60AC5;
}
.AnyTagClassName
{
color: #D60AC5;
}
</style>
background-color css
<style>
a { background-color: #D60AC5; }
a { background-color: rgb(214,10,197); }
div.DivClassName
{
background-color: #D60AC5;
}
.BgClassName
{
background-color: #D60AC5;
}
</style>
border-color css
<style>
span { border-color: #D60AC5; }
span { border-color: rgb(214,10,197); }
td.TdClassName
{
border-color: #D60AC5;
}
.TagClassName
{
border-color: #D60AC5;
}
</style>