Shades of Deep Magenta #D60AC8
Tints of Deep Magenta #D60AC8
RGB
CMYK
RGB Variations
Color information
#D60AC8 (or 0xD60AC8) is known color: Deep Magenta. HEX triplet: D6, 0A and C8. RGB value is (214,10,200). Sum of RGB (Red+Green+Blue) = 214+10+200=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60AC8 is #29F537. Grayscale: #5C5C5C. Windows color (decimal): -2749752 or 13109974. OLE color: 13109974.
HSL color Cylindrical-coordinate representation of color #D60AC8: hue angle of 304.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 #D60AC8 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 200 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.16 |
| HSL | 304.12º | 0.91% | 0.44% | - |
| HSV(B) | 304.12º | 0.95% | 0.84% | - |
| XYZ | 38.27 | 18.68 | 56.23 | - |
| YUV | 92.66 | 188.59 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 200 | 0 | 0.95 | 0.07 | 0.16 | 304.12 | 0.91 | 0.44 |
| Hex | D6 | A | C8 | 0 | 5F | 7 | 10 | 130 | 5B | 2C |
| Octal | 326 | 12 | 310 | 0 | 137 | 7 | 20 | 460 | 133 | 54 |
| Binary | 11010110 | 1010 | 11001000 | 0 | 1011111 | 111 | 10000 | 100110000 | 1011011 | 101100 |
Color Harmonies of #D60AC8
Complementary color
Monochromatic Colors of #D60AC8
Black with #D60AC8
Text Example
Text Example
White with #D60AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AC8; }
p { color: rgb(214,10,200); }
H1.HeaderClassName
{
color: #D60AC8;
}
.AnyTagClassName
{
color: #D60AC8;
}
</style>
background-color css
<style>
a { background-color: #D60AC8; }
a { background-color: rgb(214,10,200); }
div.DivClassName
{
background-color: #D60AC8;
}
.BgClassName
{
background-color: #D60AC8;
}
</style>
border-color css
<style>
span { border-color: #D60AC8; }
span { border-color: rgb(214,10,200); }
td.TdClassName
{
border-color: #D60AC8;
}
.TagClassName
{
border-color: #D60AC8;
}
</style>