Shades of Deep Magenta #D60ACC
Tints of Deep Magenta #D60ACC
RGB
CMYK
RGB Variations
Color information
#D60ACC (or 0xD60ACC) is known color: Deep Magenta. HEX triplet: D6, 0A and CC. RGB value is (214,10,204). Sum of RGB (Red+Green+Blue) = 214+10+204=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D60ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60ACC is #29F533. Grayscale: #5C5C5C. Windows color (decimal): -2749748 or 13372118. OLE color: 13372118.
HSL color Cylindrical-coordinate representation of color #D60ACC: hue angle of 302.94º 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 #D60ACC is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 204 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.16 |
| HSL | 302.94º | 0.91% | 0.44% | - |
| HSV(B) | 302.94º | 0.95% | 0.84% | - |
| XYZ | 38.74 | 18.87 | 58.73 | - |
| YUV | 93.11 | 190.59 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 204 | 0 | 0.95 | 0.05 | 0.16 | 302.94 | 0.91 | 0.44 |
| Hex | D6 | A | CC | 0 | 5F | 5 | 10 | 12F | 5B | 2C |
| Octal | 326 | 12 | 314 | 0 | 137 | 5 | 20 | 457 | 133 | 54 |
| Binary | 11010110 | 1010 | 11001100 | 0 | 1011111 | 101 | 10000 | 100101111 | 1011011 | 101100 |
Color Harmonies of #D60ACC
Complementary color
Monochromatic Colors of #D60ACC
Black with #D60ACC
Text Example
Text Example
White with #D60ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60ACC; }
p { color: rgb(214,10,204); }
H1.HeaderClassName
{
color: #D60ACC;
}
.AnyTagClassName
{
color: #D60ACC;
}
</style>
background-color css
<style>
a { background-color: #D60ACC; }
a { background-color: rgb(214,10,204); }
div.DivClassName
{
background-color: #D60ACC;
}
.BgClassName
{
background-color: #D60ACC;
}
</style>
border-color css
<style>
span { border-color: #D60ACC; }
span { border-color: rgb(214,10,204); }
td.TdClassName
{
border-color: #D60ACC;
}
.TagClassName
{
border-color: #D60ACC;
}
</style>