Shades of Deep Magenta #D62CD0
Tints of Deep Magenta #D62CD0
RGB
CMYK
RGB Variations
Color information
#D62CD0 (or 0xD62CD0) is known color: Deep Magenta. HEX triplet: D6, 2C and D0. RGB value is (214,44,208). Sum of RGB (Red+Green+Blue) = 214+44+208=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D62CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62CD0 is #29D32F. Grayscale: #717171. Windows color (decimal): -2741040 or 13642966. OLE color: 13642966.
HSL color Cylindrical-coordinate representation of color #D62CD0: hue angle of 302.12º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62CD0 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 208 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.16 |
| HSL | 302.12º | 0.67% | 0.51% | - |
| HSV(B) | 302.12º | 0.79% | 0.84% | - |
| XYZ | 40.02 | 20.65 | 61.55 | - |
| YUV | 113.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 208 | 0 | 0.79 | 0.03 | 0.16 | 302.12 | 0.67 | 0.51 |
| Hex | D6 | 2C | D0 | 0 | 4F | 3 | 10 | 12E | 43 | 33 |
| Octal | 326 | 54 | 320 | 0 | 117 | 3 | 20 | 456 | 103 | 63 |
| Binary | 11010110 | 101100 | 11010000 | 0 | 1001111 | 11 | 10000 | 100101110 | 1000011 | 110011 |
Color Harmonies of #D62CD0
Complementary color
Monochromatic Colors of #D62CD0
Black with #D62CD0
Text Example
Text Example
White with #D62CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62CD0; }
p { color: rgb(214,44,208); }
H1.HeaderClassName
{
color: #D62CD0;
}
.AnyTagClassName
{
color: #D62CD0;
}
</style>
background-color css
<style>
a { background-color: #D62CD0; }
a { background-color: rgb(214,44,208); }
div.DivClassName
{
background-color: #D62CD0;
}
.BgClassName
{
background-color: #D62CD0;
}
</style>
border-color css
<style>
span { border-color: #D62CD0; }
span { border-color: rgb(214,44,208); }
td.TdClassName
{
border-color: #D62CD0;
}
.TagClassName
{
border-color: #D62CD0;
}
</style>