Shades of Deep Magenta #D62ADE
Tints of Deep Magenta #D62ADE
RGB
CMYK
RGB Variations
Color information
#D62ADE (or 0xD62ADE) is known color: Deep Magenta. HEX triplet: D6, 2A and DE. RGB value is (214,42,222). Sum of RGB (Red+Green+Blue) = 214+42+222=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #D62ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62ADE is #29D521. Grayscale: #717171. Windows color (decimal): -2741538 or 14559958. OLE color: 14559958.
HSL color Cylindrical-coordinate representation of color #D62ADE: hue angle of 297.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62ADE is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 42 | 222 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.13 |
| HSL | 297.33º | 0.73% | 0.52% | - |
| HSV(B) | 297.33º | 0.81% | 0.87% | - |
| XYZ | 41.74 | 21.23 | 71 | - |
| YUV | 113.95 | 188.98 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 222 | 0.04 | 0.81 | 0 | 0.13 | 297.33 | 0.73 | 0.52 |
| Hex | D6 | 2A | DE | 4 | 51 | 0 | D | 129 | 49 | 34 |
| Octal | 326 | 52 | 336 | 4 | 121 | 0 | 15 | 451 | 111 | 64 |
| Binary | 11010110 | 101010 | 11011110 | 100 | 1010001 | 0 | 1101 | 100101001 | 1001001 | 110100 |
Color Harmonies of #D62ADE
Complementary color
Monochromatic Colors of #D62ADE
Black with #D62ADE
Text Example
Text Example
White with #D62ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62ADE; }
p { color: rgb(214,42,222); }
H1.HeaderClassName
{
color: #D62ADE;
}
.AnyTagClassName
{
color: #D62ADE;
}
</style>
background-color css
<style>
a { background-color: #D62ADE; }
a { background-color: rgb(214,42,222); }
div.DivClassName
{
background-color: #D62ADE;
}
.BgClassName
{
background-color: #D62ADE;
}
</style>
border-color css
<style>
span { border-color: #D62ADE; }
span { border-color: rgb(214,42,222); }
td.TdClassName
{
border-color: #D62ADE;
}
.TagClassName
{
border-color: #D62ADE;
}
</style>