Shades of Deep Magenta #D529CD
Tints of Deep Magenta #D529CD
RGB
CMYK
RGB Variations
Color information
#D529CD (or 0xD529CD) is known color: Deep Magenta. HEX triplet: D5, 29 and CD. RGB value is (213,41,205). Sum of RGB (Red+Green+Blue) = 213+41+205=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D529CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529CD is #2AD632. Grayscale: #6E6E6E. Windows color (decimal): -2807347 or 13445589. OLE color: 13445589.
HSL color Cylindrical-coordinate representation of color #D529CD: hue angle of 302.79º 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 #D529CD is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 205 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.16 |
| HSL | 302.79º | 0.68% | 0.5% | - |
| HSV(B) | 302.79º | 0.81% | 0.84% | - |
| XYZ | 39.25 | 20.14 | 59.58 | - |
| YUV | 111.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 205 | 0 | 0.81 | 0.04 | 0.16 | 302.79 | 0.68 | 0.5 |
| Hex | D5 | 29 | CD | 0 | 51 | 4 | 10 | 12F | 44 | 32 |
| Octal | 325 | 51 | 315 | 0 | 121 | 4 | 20 | 457 | 104 | 62 |
| Binary | 11010101 | 101001 | 11001101 | 0 | 1010001 | 100 | 10000 | 100101111 | 1000100 | 110010 |
Color Harmonies of #D529CD
Complementary color
Monochromatic Colors of #D529CD
Black with #D529CD
Text Example
Text Example
White with #D529CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529CD; }
p { color: rgb(213,41,205); }
H1.HeaderClassName
{
color: #D529CD;
}
.AnyTagClassName
{
color: #D529CD;
}
</style>
background-color css
<style>
a { background-color: #D529CD; }
a { background-color: rgb(213,41,205); }
div.DivClassName
{
background-color: #D529CD;
}
.BgClassName
{
background-color: #D529CD;
}
</style>
border-color css
<style>
span { border-color: #D529CD; }
span { border-color: rgb(213,41,205); }
td.TdClassName
{
border-color: #D529CD;
}
.TagClassName
{
border-color: #D529CD;
}
</style>