Shades of Deep Magenta #D62CD1
Tints of Deep Magenta #D62CD1
RGB
CMYK
RGB Variations
Color information
#D62CD1 (or 0xD62CD1) is known color: Deep Magenta. HEX triplet: D6, 2C and D1. RGB value is (214,44,209). Sum of RGB (Red+Green+Blue) = 214+44+209=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D62CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62CD1 is #29D32E. Grayscale: #717171. Windows color (decimal): -2741039 or 13708502. OLE color: 13708502.
HSL color Cylindrical-coordinate representation of color #D62CD1: hue angle of 301.76º 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 #D62CD1 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 209 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.16 |
| HSL | 301.76º | 0.67% | 0.51% | - |
| HSV(B) | 301.76º | 0.79% | 0.84% | - |
| XYZ | 40.14 | 20.7 | 62.2 | - |
| YUV | 113.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 209 | 0 | 0.79 | 0.02 | 0.16 | 301.76 | 0.67 | 0.51 |
| Hex | D6 | 2C | D1 | 0 | 4F | 2 | 10 | 12E | 43 | 33 |
| Octal | 326 | 54 | 321 | 0 | 117 | 2 | 20 | 456 | 103 | 63 |
| Binary | 11010110 | 101100 | 11010001 | 0 | 1001111 | 10 | 10000 | 100101110 | 1000011 | 110011 |
Color Harmonies of #D62CD1
Complementary color
Monochromatic Colors of #D62CD1
Black with #D62CD1
Text Example
Text Example
White with #D62CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62CD1; }
p { color: rgb(214,44,209); }
H1.HeaderClassName
{
color: #D62CD1;
}
.AnyTagClassName
{
color: #D62CD1;
}
</style>
background-color css
<style>
a { background-color: #D62CD1; }
a { background-color: rgb(214,44,209); }
div.DivClassName
{
background-color: #D62CD1;
}
.BgClassName
{
background-color: #D62CD1;
}
</style>
border-color css
<style>
span { border-color: #D62CD1; }
span { border-color: rgb(214,44,209); }
td.TdClassName
{
border-color: #D62CD1;
}
.TagClassName
{
border-color: #D62CD1;
}
</style>