Shades of Deep Magenta #D60ACE
Tints of Deep Magenta #D60ACE
RGB
CMYK
RGB Variations
Color information
#D60ACE (or 0xD60ACE) is known color: Deep Magenta. HEX triplet: D6, 0A and CE. RGB value is (214,10,206). Sum of RGB (Red+Green+Blue) = 214+10+206=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D60ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60ACE is #29F531. Grayscale: #5C5C5C. Windows color (decimal): -2749746 or 13503190. OLE color: 13503190.
HSL color Cylindrical-coordinate representation of color #D60ACE: hue angle of 302.35º 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 #D60ACE is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 206 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.16 |
| HSL | 302.35º | 0.91% | 0.44% | - |
| HSV(B) | 302.35º | 0.95% | 0.84% | - |
| XYZ | 38.98 | 18.97 | 60 | - |
| YUV | 93.34 | 191.59 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 206 | 0 | 0.95 | 0.04 | 0.16 | 302.35 | 0.91 | 0.44 |
| Hex | D6 | A | CE | 0 | 5F | 4 | 10 | 12E | 5B | 2C |
| Octal | 326 | 12 | 316 | 0 | 137 | 4 | 20 | 456 | 133 | 54 |
| Binary | 11010110 | 1010 | 11001110 | 0 | 1011111 | 100 | 10000 | 100101110 | 1011011 | 101100 |
Color Harmonies of #D60ACE
Complementary color
Monochromatic Colors of #D60ACE
Black with #D60ACE
Text Example
Text Example
White with #D60ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60ACE; }
p { color: rgb(214,10,206); }
H1.HeaderClassName
{
color: #D60ACE;
}
.AnyTagClassName
{
color: #D60ACE;
}
</style>
background-color css
<style>
a { background-color: #D60ACE; }
a { background-color: rgb(214,10,206); }
div.DivClassName
{
background-color: #D60ACE;
}
.BgClassName
{
background-color: #D60ACE;
}
</style>
border-color css
<style>
span { border-color: #D60ACE; }
span { border-color: rgb(214,10,206); }
td.TdClassName
{
border-color: #D60ACE;
}
.TagClassName
{
border-color: #D60ACE;
}
</style>