Shades of Deep Magenta #D60ACD
Tints of Deep Magenta #D60ACD
RGB
CMYK
RGB Variations
Color information
#D60ACD (or 0xD60ACD) is known color: Deep Magenta. HEX triplet: D6, 0A and CD. RGB value is (214,10,205). Sum of RGB (Red+Green+Blue) = 214+10+205=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D60ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60ACD is #29F532. Grayscale: #5C5C5C. Windows color (decimal): -2749747 or 13437654. OLE color: 13437654.
HSL color Cylindrical-coordinate representation of color #D60ACD: hue angle of 302.65º 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 #D60ACD is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 205 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.16 |
| HSL | 302.65º | 0.91% | 0.44% | - |
| HSV(B) | 302.65º | 0.95% | 0.84% | - |
| XYZ | 38.86 | 18.92 | 59.36 | - |
| YUV | 93.23 | 191.09 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 205 | 0 | 0.95 | 0.04 | 0.16 | 302.65 | 0.91 | 0.44 |
| Hex | D6 | A | CD | 0 | 5F | 4 | 10 | 12F | 5B | 2C |
| Octal | 326 | 12 | 315 | 0 | 137 | 4 | 20 | 457 | 133 | 54 |
| Binary | 11010110 | 1010 | 11001101 | 0 | 1011111 | 100 | 10000 | 100101111 | 1011011 | 101100 |
Color Harmonies of #D60ACD
Complementary color
Monochromatic Colors of #D60ACD
Black with #D60ACD
Text Example
Text Example
White with #D60ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60ACD; }
p { color: rgb(214,10,205); }
H1.HeaderClassName
{
color: #D60ACD;
}
.AnyTagClassName
{
color: #D60ACD;
}
</style>
background-color css
<style>
a { background-color: #D60ACD; }
a { background-color: rgb(214,10,205); }
div.DivClassName
{
background-color: #D60ACD;
}
.BgClassName
{
background-color: #D60ACD;
}
</style>
border-color css
<style>
span { border-color: #D60ACD; }
span { border-color: rgb(214,10,205); }
td.TdClassName
{
border-color: #D60ACD;
}
.TagClassName
{
border-color: #D60ACD;
}
</style>