Shades of Deep Magenta #D529DD
Tints of Deep Magenta #D529DD
RGB
CMYK
RGB Variations
Color information
#D529DD (or 0xD529DD) is known color: Deep Magenta. HEX triplet: D5, 29 and DD. RGB value is (213,41,221). Sum of RGB (Red+Green+Blue) = 213+41+221=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #D529DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529DD is #2AD622. Grayscale: #707070. Windows color (decimal): -2807331 or 14494165. OLE color: 14494165.
HSL color Cylindrical-coordinate representation of color #D529DD: hue angle of 297.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D529DD is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 41 | 221 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.13 |
| HSL | 297.33º | 0.73% | 0.51% | - |
| HSV(B) | 297.33º | 0.81% | 0.87% | - |
| XYZ | 41.28 | 20.95 | 70.27 | - |
| YUV | 112.95 | 188.98 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 221 | 0.04 | 0.81 | 0 | 0.13 | 297.33 | 0.73 | 0.51 |
| Hex | D5 | 29 | DD | 4 | 51 | 0 | D | 129 | 49 | 33 |
| Octal | 325 | 51 | 335 | 4 | 121 | 0 | 15 | 451 | 111 | 63 |
| Binary | 11010101 | 101001 | 11011101 | 100 | 1010001 | 0 | 1101 | 100101001 | 1001001 | 110011 |
Color Harmonies of #D529DD
Complementary color
Monochromatic Colors of #D529DD
Black with #D529DD
Text Example
Text Example
White with #D529DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529DD; }
p { color: rgb(213,41,221); }
H1.HeaderClassName
{
color: #D529DD;
}
.AnyTagClassName
{
color: #D529DD;
}
</style>
background-color css
<style>
a { background-color: #D529DD; }
a { background-color: rgb(213,41,221); }
div.DivClassName
{
background-color: #D529DD;
}
.BgClassName
{
background-color: #D529DD;
}
</style>
border-color css
<style>
span { border-color: #D529DD; }
span { border-color: rgb(213,41,221); }
td.TdClassName
{
border-color: #D529DD;
}
.TagClassName
{
border-color: #D529DD;
}
</style>