Shades of Deep Magenta #D62CE4
Tints of Deep Magenta #D62CE4
RGB
CMYK
RGB Variations
Color information
#D62CE4 (or 0xD62CE4) is known color: Deep Magenta. HEX triplet: D6, 2C and E4. RGB value is (214,44,228). Sum of RGB (Red+Green+Blue) = 214+44+228=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #D62CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62CE4 is #29D31B. Grayscale: #737373. Windows color (decimal): -2741020 or 14953686. OLE color: 14953686.
HSL color Cylindrical-coordinate representation of color #D62CE4: hue angle of 295.43º 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 #D62CE4 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 44 | 228 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.11 |
| HSL | 295.43º | 0.77% | 0.53% | - |
| HSV(B) | 295.43º | 0.81% | 0.89% | - |
| XYZ | 42.64 | 21.7 | 75.34 | - |
| YUV | 115.81 | 191.32 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 228 | 0.06 | 0.81 | 0 | 0.11 | 295.43 | 0.77 | 0.53 |
| Hex | D6 | 2C | E4 | 6 | 51 | 0 | B | 127 | 4D | 35 |
| Octal | 326 | 54 | 344 | 6 | 121 | 0 | 13 | 447 | 115 | 65 |
| Binary | 11010110 | 101100 | 11100100 | 110 | 1010001 | 0 | 1011 | 100100111 | 1001101 | 110101 |
Color Harmonies of #D62CE4
Complementary color
Monochromatic Colors of #D62CE4
Black with #D62CE4
Text Example
Text Example
White with #D62CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62CE4; }
p { color: rgb(214,44,228); }
H1.HeaderClassName
{
color: #D62CE4;
}
.AnyTagClassName
{
color: #D62CE4;
}
</style>
background-color css
<style>
a { background-color: #D62CE4; }
a { background-color: rgb(214,44,228); }
div.DivClassName
{
background-color: #D62CE4;
}
.BgClassName
{
background-color: #D62CE4;
}
</style>
border-color css
<style>
span { border-color: #D62CE4; }
span { border-color: rgb(214,44,228); }
td.TdClassName
{
border-color: #D62CE4;
}
.TagClassName
{
border-color: #D62CE4;
}
</style>