Shades of Deep Magenta #D527D1
Tints of Deep Magenta #D527D1
RGB
CMYK
RGB Variations
Color information
#D527D1 (or 0xD527D1) is known color: Deep Magenta. HEX triplet: D5, 27 and D1. RGB value is (213,39,209). Sum of RGB (Red+Green+Blue) = 213+39+209=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D527D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527D1 is #2AD82E. Grayscale: #6D6D6D. Windows color (decimal): -2807855 or 13707221. OLE color: 13707221.
HSL color Cylindrical-coordinate representation of color #D527D1: hue angle of 301.38º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D527D1 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 209 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.16 |
| HSL | 301.38º | 0.69% | 0.49% | - |
| HSV(B) | 301.38º | 0.82% | 0.84% | - |
| XYZ | 39.67 | 20.2 | 62.13 | - |
| YUV | 110.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 209 | 0 | 0.82 | 0.02 | 0.16 | 301.38 | 0.69 | 0.49 |
| Hex | D5 | 27 | D1 | 0 | 52 | 2 | 10 | 12D | 45 | 31 |
| Octal | 325 | 47 | 321 | 0 | 122 | 2 | 20 | 455 | 105 | 61 |
| Binary | 11010101 | 100111 | 11010001 | 0 | 1010010 | 10 | 10000 | 100101101 | 1000101 | 110001 |
Color Harmonies of #D527D1
Complementary color
Monochromatic Colors of #D527D1
Black with #D527D1
Text Example
Text Example
White with #D527D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527D1; }
p { color: rgb(213,39,209); }
H1.HeaderClassName
{
color: #D527D1;
}
.AnyTagClassName
{
color: #D527D1;
}
</style>
background-color css
<style>
a { background-color: #D527D1; }
a { background-color: rgb(213,39,209); }
div.DivClassName
{
background-color: #D527D1;
}
.BgClassName
{
background-color: #D527D1;
}
</style>
border-color css
<style>
span { border-color: #D527D1; }
span { border-color: rgb(213,39,209); }
td.TdClassName
{
border-color: #D527D1;
}
.TagClassName
{
border-color: #D527D1;
}
</style>