Shades of Deep Magenta #D521D7
Tints of Deep Magenta #D521D7
RGB
CMYK
RGB Variations
Color information
#D521D7 (or 0xD521D7) is known color: Deep Magenta. HEX triplet: D5, 21 and D7. RGB value is (213,33,215). Sum of RGB (Red+Green+Blue) = 213+33+215=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #D521D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521D7 is #2ADE28. Grayscale: #6B6B6B. Windows color (decimal): -2809385 or 14098901. OLE color: 14098901.
HSL color Cylindrical-coordinate representation of color #D521D7: hue angle of 299.34º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D521D7 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 215 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.16 |
| HSL | 299.34º | 0.73% | 0.49% | - |
| HSV(B) | 299.34º | 0.85% | 0.84% | - |
| XYZ | 40.25 | 20.14 | 66.06 | - |
| YUV | 107.57 | 188.63 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 215 | 0.01 | 0.85 | 0 | 0.16 | 299.34 | 0.73 | 0.49 |
| Hex | D5 | 21 | D7 | 1 | 55 | 0 | 10 | 12B | 49 | 31 |
| Octal | 325 | 41 | 327 | 1 | 125 | 0 | 20 | 453 | 111 | 61 |
| Binary | 11010101 | 100001 | 11010111 | 1 | 1010101 | 0 | 10000 | 100101011 | 1001001 | 110001 |
Color Harmonies of #D521D7
Complementary color
Monochromatic Colors of #D521D7
Black with #D521D7
Text Example
Text Example
White with #D521D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521D7; }
p { color: rgb(213,33,215); }
H1.HeaderClassName
{
color: #D521D7;
}
.AnyTagClassName
{
color: #D521D7;
}
</style>
background-color css
<style>
a { background-color: #D521D7; }
a { background-color: rgb(213,33,215); }
div.DivClassName
{
background-color: #D521D7;
}
.BgClassName
{
background-color: #D521D7;
}
</style>
border-color css
<style>
span { border-color: #D521D7; }
span { border-color: rgb(213,33,215); }
td.TdClassName
{
border-color: #D521D7;
}
.TagClassName
{
border-color: #D521D7;
}
</style>