Shades of Deep Magenta #D520BA
Tints of Deep Magenta #D520BA
RGB
CMYK
RGB Variations
Color information
#D520BA (or 0xD520BA) is known color: Deep Magenta. HEX triplet: D5, 20 and BA. RGB value is (213,32,186). Sum of RGB (Red+Green+Blue) = 213+32+186=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D520BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D520BA is #2ADF45. Grayscale: #676767. Windows color (decimal): -2809670 or 12198101. OLE color: 12198101.
HSL color Cylindrical-coordinate representation of color #D520BA: hue angle of 308.95º 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 #D520BA is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 186 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.16 |
| HSL | 308.95º | 0.74% | 0.48% | - |
| HSV(B) | 308.95º | 0.85% | 0.84% | - |
| XYZ | 36.82 | 18.72 | 48.13 | - |
| YUV | 103.68 | 174.47 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 186 | 0 | 0.85 | 0.13 | 0.16 | 308.95 | 0.74 | 0.48 |
| Hex | D5 | 20 | BA | 0 | 55 | D | 10 | 135 | 4A | 30 |
| Octal | 325 | 40 | 272 | 0 | 125 | 15 | 20 | 465 | 112 | 60 |
| Binary | 11010101 | 100000 | 10111010 | 0 | 1010101 | 1101 | 10000 | 100110101 | 1001010 | 110000 |
Color Harmonies of #D520BA
Complementary color
Monochromatic Colors of #D520BA
Black with #D520BA
Text Example
Text Example
White with #D520BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D520BA; }
p { color: rgb(213,32,186); }
H1.HeaderClassName
{
color: #D520BA;
}
.AnyTagClassName
{
color: #D520BA;
}
</style>
background-color css
<style>
a { background-color: #D520BA; }
a { background-color: rgb(213,32,186); }
div.DivClassName
{
background-color: #D520BA;
}
.BgClassName
{
background-color: #D520BA;
}
</style>
border-color css
<style>
span { border-color: #D520BA; }
span { border-color: rgb(213,32,186); }
td.TdClassName
{
border-color: #D520BA;
}
.TagClassName
{
border-color: #D520BA;
}
</style>