Shades of Deep Magenta #D62AE3
Tints of Deep Magenta #D62AE3
RGB
CMYK
RGB Variations
Color information
#D62AE3 (or 0xD62AE3) is known color: Deep Magenta. HEX triplet: D6, 2A and E3. RGB value is (214,42,227). Sum of RGB (Red+Green+Blue) = 214+42+227=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 227 - color contains mainly: blue. Hex color #D62AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62AE3 is #29D51C. Grayscale: #717171. Windows color (decimal): -2741533 or 14887638. OLE color: 14887638.
HSL color Cylindrical-coordinate representation of color #D62AE3: hue angle of 295.78º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62AE3 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 42 | 227 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.11 |
| HSL | 295.78º | 0.77% | 0.53% | - |
| HSV(B) | 295.78º | 0.81% | 0.89% | - |
| XYZ | 42.42 | 21.5 | 74.59 | - |
| YUV | 114.52 | 191.48 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 227 | 0.06 | 0.81 | 0 | 0.11 | 295.78 | 0.77 | 0.53 |
| Hex | D6 | 2A | E3 | 6 | 51 | 0 | B | 128 | 4D | 35 |
| Octal | 326 | 52 | 343 | 6 | 121 | 0 | 13 | 450 | 115 | 65 |
| Binary | 11010110 | 101010 | 11100011 | 110 | 1010001 | 0 | 1011 | 100101000 | 1001101 | 110101 |
Color Harmonies of #D62AE3
Complementary color
Monochromatic Colors of #D62AE3
Black with #D62AE3
Text Example
Text Example
White with #D62AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62AE3; }
p { color: rgb(214,42,227); }
H1.HeaderClassName
{
color: #D62AE3;
}
.AnyTagClassName
{
color: #D62AE3;
}
</style>
background-color css
<style>
a { background-color: #D62AE3; }
a { background-color: rgb(214,42,227); }
div.DivClassName
{
background-color: #D62AE3;
}
.BgClassName
{
background-color: #D62AE3;
}
</style>
border-color css
<style>
span { border-color: #D62AE3; }
span { border-color: rgb(214,42,227); }
td.TdClassName
{
border-color: #D62AE3;
}
.TagClassName
{
border-color: #D62AE3;
}
</style>