Shades of Deep Magenta #D526E4
Tints of Deep Magenta #D526E4
RGB
CMYK
RGB Variations
Color information
#D526E4 (or 0xD526E4) is known color: Deep Magenta. HEX triplet: D5, 26 and E4. RGB value is (213,38,228). Sum of RGB (Red+Green+Blue) = 213+38+228=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 38 (15.23% from 255 or 7.93% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 228 - color contains mainly: blue. Hex color #D526E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D526E4 is #2AD91B. Grayscale: #6F6F6F. Windows color (decimal): -2808092 or 14952149. OLE color: 14952149.
HSL color Cylindrical-coordinate representation of color #D526E4: hue angle of 295.26º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D526E4 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 38 | 228 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.11 |
| HSL | 295.26º | 0.78% | 0.52% | - |
| HSV(B) | 295.26º | 0.83% | 0.89% | - |
| XYZ | 42.14 | 21.13 | 75.26 | - |
| YUV | 111.99 | 193.48 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 228 | 0.07 | 0.83 | 0 | 0.11 | 295.26 | 0.78 | 0.52 |
| Hex | D5 | 26 | E4 | 7 | 53 | 0 | B | 127 | 4E | 34 |
| Octal | 325 | 46 | 344 | 7 | 123 | 0 | 13 | 447 | 116 | 64 |
| Binary | 11010101 | 100110 | 11100100 | 111 | 1010011 | 0 | 1011 | 100100111 | 1001110 | 110100 |
Color Harmonies of #D526E4
Complementary color
Monochromatic Colors of #D526E4
Black with #D526E4
Text Example
Text Example
White with #D526E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526E4; }
p { color: rgb(213,38,228); }
H1.HeaderClassName
{
color: #D526E4;
}
.AnyTagClassName
{
color: #D526E4;
}
</style>
background-color css
<style>
a { background-color: #D526E4; }
a { background-color: rgb(213,38,228); }
div.DivClassName
{
background-color: #D526E4;
}
.BgClassName
{
background-color: #D526E4;
}
</style>
border-color css
<style>
span { border-color: #D526E4; }
span { border-color: rgb(213,38,228); }
td.TdClassName
{
border-color: #D526E4;
}
.TagClassName
{
border-color: #D526E4;
}
</style>