Shades of Deep Magenta #D60ECD
Tints of Deep Magenta #D60ECD
RGB
CMYK
RGB Variations
Color information
#D60ECD (or 0xD60ECD) is known color: Deep Magenta. HEX triplet: D6, 0E and CD. RGB value is (214,14,205). Sum of RGB (Red+Green+Blue) = 214+14+205=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D60ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60ECD is #29F132. Grayscale: #5F5F5F. Windows color (decimal): -2748723 or 13438678. OLE color: 13438678.
HSL color Cylindrical-coordinate representation of color #D60ECD: hue angle of 302.7º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60ECD is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 205 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.16 |
| HSL | 302.7º | 0.88% | 0.45% | - |
| HSV(B) | 302.7º | 0.93% | 0.84% | - |
| XYZ | 38.91 | 19.02 | 59.38 | - |
| YUV | 95.57 | 189.76 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 205 | 0 | 0.93 | 0.04 | 0.16 | 302.7 | 0.88 | 0.45 |
| Hex | D6 | E | CD | 0 | 5D | 4 | 10 | 12F | 58 | 2D |
| Octal | 326 | 16 | 315 | 0 | 135 | 4 | 20 | 457 | 130 | 55 |
| Binary | 11010110 | 1110 | 11001101 | 0 | 1011101 | 100 | 10000 | 100101111 | 1011000 | 101101 |
Color Harmonies of #D60ECD
Complementary color
Monochromatic Colors of #D60ECD
Black with #D60ECD
Text Example
Text Example
White with #D60ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60ECD; }
p { color: rgb(214,14,205); }
H1.HeaderClassName
{
color: #D60ECD;
}
.AnyTagClassName
{
color: #D60ECD;
}
</style>
background-color css
<style>
a { background-color: #D60ECD; }
a { background-color: rgb(214,14,205); }
div.DivClassName
{
background-color: #D60ECD;
}
.BgClassName
{
background-color: #D60ECD;
}
</style>
border-color css
<style>
span { border-color: #D60ECD; }
span { border-color: rgb(214,14,205); }
td.TdClassName
{
border-color: #D60ECD;
}
.TagClassName
{
border-color: #D60ECD;
}
</style>