Shades of Deep Magenta #D62CDC
Tints of Deep Magenta #D62CDC
RGB
CMYK
RGB Variations
Color information
#D62CDC (or 0xD62CDC) is known color: Deep Magenta. HEX triplet: D6, 2C and DC. RGB value is (214,44,220). Sum of RGB (Red+Green+Blue) = 214+44+220=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #D62CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62CDC is #29D323. Grayscale: #727272. Windows color (decimal): -2741028 or 14429398. OLE color: 14429398.
HSL color Cylindrical-coordinate representation of color #D62CDC: hue angle of 297.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62CDC is Cyan = 0.03, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 44 | 220 | - |
| CMYK | 0.03 | 0.8 | 0 | 0.14 |
| HSL | 297.95º | 0.72% | 0.52% | - |
| HSV(B) | 297.95º | 0.8% | 0.86% | - |
| XYZ | 41.55 | 21.26 | 69.62 | - |
| YUV | 114.89 | 187.32 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 220 | 0.03 | 0.8 | 0 | 0.14 | 297.95 | 0.72 | 0.52 |
| Hex | D6 | 2C | DC | 3 | 50 | 0 | E | 12A | 48 | 34 |
| Octal | 326 | 54 | 334 | 3 | 120 | 0 | 16 | 452 | 110 | 64 |
| Binary | 11010110 | 101100 | 11011100 | 11 | 1010000 | 0 | 1110 | 100101010 | 1001000 | 110100 |
Color Harmonies of #D62CDC
Complementary color
Monochromatic Colors of #D62CDC
Black with #D62CDC
Text Example
Text Example
White with #D62CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62CDC; }
p { color: rgb(214,44,220); }
H1.HeaderClassName
{
color: #D62CDC;
}
.AnyTagClassName
{
color: #D62CDC;
}
</style>
background-color css
<style>
a { background-color: #D62CDC; }
a { background-color: rgb(214,44,220); }
div.DivClassName
{
background-color: #D62CDC;
}
.BgClassName
{
background-color: #D62CDC;
}
</style>
border-color css
<style>
span { border-color: #D62CDC; }
span { border-color: rgb(214,44,220); }
td.TdClassName
{
border-color: #D62CDC;
}
.TagClassName
{
border-color: #D62CDC;
}
</style>