Shades of Deep Magenta #D527E1
Tints of Deep Magenta #D527E1
RGB
CMYK
RGB Variations
Color information
#D527E1 (or 0xD527E1) is known color: Deep Magenta. HEX triplet: D5, 27 and E1. RGB value is (213,39,225). Sum of RGB (Red+Green+Blue) = 213+39+225=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #D527E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527E1 is #2AD81E. Grayscale: #6F6F6F. Windows color (decimal): -2807839 or 14755797. OLE color: 14755797.
HSL color Cylindrical-coordinate representation of color #D527E1: hue angle of 296.13º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D527E1 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 39 | 225 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.12 |
| HSL | 296.13º | 0.76% | 0.52% | - |
| HSV(B) | 296.13º | 0.83% | 0.88% | - |
| XYZ | 41.76 | 21.03 | 73.09 | - |
| YUV | 112.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 225 | 0.05 | 0.83 | 0 | 0.12 | 296.13 | 0.76 | 0.52 |
| Hex | D5 | 27 | E1 | 5 | 53 | 0 | C | 128 | 4C | 34 |
| Octal | 325 | 47 | 341 | 5 | 123 | 0 | 14 | 450 | 114 | 64 |
| Binary | 11010101 | 100111 | 11100001 | 101 | 1010011 | 0 | 1100 | 100101000 | 1001100 | 110100 |
Color Harmonies of #D527E1
Complementary color
Monochromatic Colors of #D527E1
Black with #D527E1
Text Example
Text Example
White with #D527E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527E1; }
p { color: rgb(213,39,225); }
H1.HeaderClassName
{
color: #D527E1;
}
.AnyTagClassName
{
color: #D527E1;
}
</style>
background-color css
<style>
a { background-color: #D527E1; }
a { background-color: rgb(213,39,225); }
div.DivClassName
{
background-color: #D527E1;
}
.BgClassName
{
background-color: #D527E1;
}
</style>
border-color css
<style>
span { border-color: #D527E1; }
span { border-color: rgb(213,39,225); }
td.TdClassName
{
border-color: #D527E1;
}
.TagClassName
{
border-color: #D527E1;
}
</style>