Shades of Deep Magenta #D528D1
Tints of Deep Magenta #D528D1
RGB
CMYK
RGB Variations
Color information
#D528D1 (or 0xD528D1) is known color: Deep Magenta. HEX triplet: D5, 28 and D1. RGB value is (213,40,209). Sum of RGB (Red+Green+Blue) = 213+40+209=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D528D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528D1 is #2AD72E. Grayscale: #6E6E6E. Windows color (decimal): -2807599 or 13707477. OLE color: 13707477.
HSL color Cylindrical-coordinate representation of color #D528D1: hue angle of 301.39º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D528D1 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 209 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.16 |
| HSL | 301.39º | 0.68% | 0.5% | - |
| HSV(B) | 301.39º | 0.81% | 0.84% | - |
| XYZ | 39.71 | 20.27 | 62.14 | - |
| YUV | 110.99 | 183.31 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 209 | 0 | 0.81 | 0.02 | 0.16 | 301.39 | 0.68 | 0.5 |
| Hex | D5 | 28 | D1 | 0 | 51 | 2 | 10 | 12D | 44 | 32 |
| Octal | 325 | 50 | 321 | 0 | 121 | 2 | 20 | 455 | 104 | 62 |
| Binary | 11010101 | 101000 | 11010001 | 0 | 1010001 | 10 | 10000 | 100101101 | 1000100 | 110010 |
Color Harmonies of #D528D1
Complementary color
Monochromatic Colors of #D528D1
Black with #D528D1
Text Example
Text Example
White with #D528D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D528D1; }
p { color: rgb(213,40,209); }
H1.HeaderClassName
{
color: #D528D1;
}
.AnyTagClassName
{
color: #D528D1;
}
</style>
background-color css
<style>
a { background-color: #D528D1; }
a { background-color: rgb(213,40,209); }
div.DivClassName
{
background-color: #D528D1;
}
.BgClassName
{
background-color: #D528D1;
}
</style>
border-color css
<style>
span { border-color: #D528D1; }
span { border-color: rgb(213,40,209); }
td.TdClassName
{
border-color: #D528D1;
}
.TagClassName
{
border-color: #D528D1;
}
</style>