Shades of Deep Magenta #D62BE4
Tints of Deep Magenta #D62BE4
RGB
CMYK
RGB Variations
Color information
#D62BE4 (or 0xD62BE4) is known color: Deep Magenta. HEX triplet: D6, 2B and E4. RGB value is (214,43,228). Sum of RGB (Red+Green+Blue) = 214+43+228=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #D62BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62BE4 is #29D41B. Grayscale: #727272. Windows color (decimal): -2741276 or 14953430. OLE color: 14953430.
HSL color Cylindrical-coordinate representation of color #D62BE4: hue angle of 295.46º 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 #D62BE4 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 43 | 228 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.11 |
| HSL | 295.46º | 0.77% | 0.53% | - |
| HSV(B) | 295.46º | 0.81% | 0.89% | - |
| XYZ | 42.6 | 21.63 | 75.33 | - |
| YUV | 115.22 | 191.65 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 228 | 0.06 | 0.81 | 0 | 0.11 | 295.46 | 0.77 | 0.53 |
| Hex | D6 | 2B | E4 | 6 | 51 | 0 | B | 127 | 4D | 35 |
| Octal | 326 | 53 | 344 | 6 | 121 | 0 | 13 | 447 | 115 | 65 |
| Binary | 11010110 | 101011 | 11100100 | 110 | 1010001 | 0 | 1011 | 100100111 | 1001101 | 110101 |
Color Harmonies of #D62BE4
Complementary color
Monochromatic Colors of #D62BE4
Black with #D62BE4
Text Example
Text Example
White with #D62BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BE4; }
p { color: rgb(214,43,228); }
H1.HeaderClassName
{
color: #D62BE4;
}
.AnyTagClassName
{
color: #D62BE4;
}
</style>
background-color css
<style>
a { background-color: #D62BE4; }
a { background-color: rgb(214,43,228); }
div.DivClassName
{
background-color: #D62BE4;
}
.BgClassName
{
background-color: #D62BE4;
}
</style>
border-color css
<style>
span { border-color: #D62BE4; }
span { border-color: rgb(214,43,228); }
td.TdClassName
{
border-color: #D62BE4;
}
.TagClassName
{
border-color: #D62BE4;
}
</style>