Shades of Deep Magenta #D520CA
Tints of Deep Magenta #D520CA
RGB
CMYK
RGB Variations
Color information
#D520CA (or 0xD520CA) is known color: Deep Magenta. HEX triplet: D5, 20 and CA. RGB value is (213,32,202). Sum of RGB (Red+Green+Blue) = 213+32+202=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D520CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D520CA is #2ADF35. Grayscale: #696969. Windows color (decimal): -2809654 or 13246677. OLE color: 13246677.
HSL color Cylindrical-coordinate representation of color #D520CA: hue angle of 303.65º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D520CA is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 202 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.16 |
| HSL | 303.65º | 0.74% | 0.48% | - |
| HSV(B) | 303.65º | 0.85% | 0.84% | - |
| XYZ | 38.62 | 19.44 | 57.59 | - |
| YUV | 105.5 | 182.47 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 202 | 0 | 0.85 | 0.05 | 0.16 | 303.65 | 0.74 | 0.48 |
| Hex | D5 | 20 | CA | 0 | 55 | 5 | 10 | 130 | 4A | 30 |
| Octal | 325 | 40 | 312 | 0 | 125 | 5 | 20 | 460 | 112 | 60 |
| Binary | 11010101 | 100000 | 11001010 | 0 | 1010101 | 101 | 10000 | 100110000 | 1001010 | 110000 |
Color Harmonies of #D520CA
Complementary color
Monochromatic Colors of #D520CA
Black with #D520CA
Text Example
Text Example
White with #D520CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D520CA; }
p { color: rgb(213,32,202); }
H1.HeaderClassName
{
color: #D520CA;
}
.AnyTagClassName
{
color: #D520CA;
}
</style>
background-color css
<style>
a { background-color: #D520CA; }
a { background-color: rgb(213,32,202); }
div.DivClassName
{
background-color: #D520CA;
}
.BgClassName
{
background-color: #D520CA;
}
</style>
border-color css
<style>
span { border-color: #D520CA; }
span { border-color: rgb(213,32,202); }
td.TdClassName
{
border-color: #D520CA;
}
.TagClassName
{
border-color: #D520CA;
}
</style>