Shades of Deep Magenta #D521CA
Tints of Deep Magenta #D521CA
RGB
CMYK
RGB Variations
Color information
#D521CA (or 0xD521CA) is known color: Deep Magenta. HEX triplet: D5, 21 and CA. RGB value is (213,33,202). Sum of RGB (Red+Green+Blue) = 213+33+202=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D521CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521CA is #2ADE35. Grayscale: #696969. Windows color (decimal): -2809398 or 13246933. OLE color: 13246933.
HSL color Cylindrical-coordinate representation of color #D521CA: hue angle of 303.67º degrees, saturation: 0.73, 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 #D521CA is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 202 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.16 |
| HSL | 303.67º | 0.73% | 0.48% | - |
| HSV(B) | 303.67º | 0.85% | 0.84% | - |
| XYZ | 38.65 | 19.5 | 57.6 | - |
| YUV | 106.09 | 182.13 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 202 | 0 | 0.85 | 0.05 | 0.16 | 303.67 | 0.73 | 0.48 |
| Hex | D5 | 21 | CA | 0 | 55 | 5 | 10 | 130 | 49 | 30 |
| Octal | 325 | 41 | 312 | 0 | 125 | 5 | 20 | 460 | 111 | 60 |
| Binary | 11010101 | 100001 | 11001010 | 0 | 1010101 | 101 | 10000 | 100110000 | 1001001 | 110000 |
Color Harmonies of #D521CA
Complementary color
Monochromatic Colors of #D521CA
Black with #D521CA
Text Example
Text Example
White with #D521CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521CA; }
p { color: rgb(213,33,202); }
H1.HeaderClassName
{
color: #D521CA;
}
.AnyTagClassName
{
color: #D521CA;
}
</style>
background-color css
<style>
a { background-color: #D521CA; }
a { background-color: rgb(213,33,202); }
div.DivClassName
{
background-color: #D521CA;
}
.BgClassName
{
background-color: #D521CA;
}
</style>
border-color css
<style>
span { border-color: #D521CA; }
span { border-color: rgb(213,33,202); }
td.TdClassName
{
border-color: #D521CA;
}
.TagClassName
{
border-color: #D521CA;
}
</style>