Shades of Deep Magenta #D60CDC
Tints of Deep Magenta #D60CDC
RGB
CMYK
RGB Variations
Color information
#D60CDC (or 0xD60CDC) is known color: Deep Magenta. HEX triplet: D6, 0C and DC. RGB value is (214,12,220). Sum of RGB (Red+Green+Blue) = 214+12+220=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #D60CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CDC is #29F323. Grayscale: #5F5F5F. Windows color (decimal): -2749220 or 14421206. OLE color: 14421206.
HSL color Cylindrical-coordinate representation of color #D60CDC: hue angle of 298.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60CDC is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 12 | 220 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.14 |
| HSL | 298.27º | 0.9% | 0.45% | - |
| HSV(B) | 298.27º | 0.95% | 0.86% | - |
| XYZ | 40.78 | 19.73 | 69.37 | - |
| YUV | 96.11 | 197.92 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 220 | 0.03 | 0.95 | 0 | 0.14 | 298.27 | 0.9 | 0.45 |
| Hex | D6 | C | DC | 3 | 5F | 0 | E | 12A | 5A | 2D |
| Octal | 326 | 14 | 334 | 3 | 137 | 0 | 16 | 452 | 132 | 55 |
| Binary | 11010110 | 1100 | 11011100 | 11 | 1011111 | 0 | 1110 | 100101010 | 1011010 | 101101 |
Color Harmonies of #D60CDC
Complementary color
Monochromatic Colors of #D60CDC
Black with #D60CDC
Text Example
Text Example
White with #D60CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CDC; }
p { color: rgb(214,12,220); }
H1.HeaderClassName
{
color: #D60CDC;
}
.AnyTagClassName
{
color: #D60CDC;
}
</style>
background-color css
<style>
a { background-color: #D60CDC; }
a { background-color: rgb(214,12,220); }
div.DivClassName
{
background-color: #D60CDC;
}
.BgClassName
{
background-color: #D60CDC;
}
</style>
border-color css
<style>
span { border-color: #D60CDC; }
span { border-color: rgb(214,12,220); }
td.TdClassName
{
border-color: #D60CDC;
}
.TagClassName
{
border-color: #D60CDC;
}
</style>