Shades of Deep Magenta #D62BE1
Tints of Deep Magenta #D62BE1
RGB
CMYK
RGB Variations
Color information
#D62BE1 (or 0xD62BE1) is known color: Deep Magenta. HEX triplet: D6, 2B and E1. RGB value is (214,43,225). Sum of RGB (Red+Green+Blue) = 214+43+225=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 43 (17.19% from 255 or 8.92% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #D62BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62BE1 is #29D41E. Grayscale: #727272. Windows color (decimal): -2741279 or 14756822. OLE color: 14756822.
HSL color Cylindrical-coordinate representation of color #D62BE1: hue angle of 296.37º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62BE1 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 43 | 225 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.12 |
| HSL | 296.37º | 0.75% | 0.53% | - |
| HSV(B) | 296.37º | 0.81% | 0.88% | - |
| XYZ | 42.19 | 21.46 | 73.15 | - |
| YUV | 114.88 | 190.15 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 225 | 0.05 | 0.81 | 0 | 0.12 | 296.37 | 0.75 | 0.53 |
| Hex | D6 | 2B | E1 | 5 | 51 | 0 | C | 128 | 4B | 35 |
| Octal | 326 | 53 | 341 | 5 | 121 | 0 | 14 | 450 | 113 | 65 |
| Binary | 11010110 | 101011 | 11100001 | 101 | 1010001 | 0 | 1100 | 100101000 | 1001011 | 110101 |
Color Harmonies of #D62BE1
Complementary color
Monochromatic Colors of #D62BE1
Black with #D62BE1
Text Example
Text Example
White with #D62BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BE1; }
p { color: rgb(214,43,225); }
H1.HeaderClassName
{
color: #D62BE1;
}
.AnyTagClassName
{
color: #D62BE1;
}
</style>
background-color css
<style>
a { background-color: #D62BE1; }
a { background-color: rgb(214,43,225); }
div.DivClassName
{
background-color: #D62BE1;
}
.BgClassName
{
background-color: #D62BE1;
}
</style>
border-color css
<style>
span { border-color: #D62BE1; }
span { border-color: rgb(214,43,225); }
td.TdClassName
{
border-color: #D62BE1;
}
.TagClassName
{
border-color: #D62BE1;
}
</style>