Shades of Deep Magenta #D520BC
Tints of Deep Magenta #D520BC
RGB
CMYK
RGB Variations
Color information
#D520BC (or 0xD520BC) is known color: Deep Magenta. HEX triplet: D5, 20 and BC. RGB value is (213,32,188). Sum of RGB (Red+Green+Blue) = 213+32+188=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D520BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D520BC is #2ADF43. Grayscale: #676767. Windows color (decimal): -2809668 or 12329173. OLE color: 12329173.
HSL color Cylindrical-coordinate representation of color #D520BC: hue angle of 308.29º 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 #D520BC is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 188 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.16 |
| HSL | 308.29º | 0.74% | 0.48% | - |
| HSV(B) | 308.29º | 0.85% | 0.84% | - |
| XYZ | 37.03 | 18.81 | 49.26 | - |
| YUV | 103.9 | 175.47 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 188 | 0 | 0.85 | 0.12 | 0.16 | 308.29 | 0.74 | 0.48 |
| Hex | D5 | 20 | BC | 0 | 55 | C | 10 | 134 | 4A | 30 |
| Octal | 325 | 40 | 274 | 0 | 125 | 14 | 20 | 464 | 112 | 60 |
| Binary | 11010101 | 100000 | 10111100 | 0 | 1010101 | 1100 | 10000 | 100110100 | 1001010 | 110000 |
Color Harmonies of #D520BC
Complementary color
Monochromatic Colors of #D520BC
Black with #D520BC
Text Example
Text Example
White with #D520BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D520BC; }
p { color: rgb(213,32,188); }
H1.HeaderClassName
{
color: #D520BC;
}
.AnyTagClassName
{
color: #D520BC;
}
</style>
background-color css
<style>
a { background-color: #D520BC; }
a { background-color: rgb(213,32,188); }
div.DivClassName
{
background-color: #D520BC;
}
.BgClassName
{
background-color: #D520BC;
}
</style>
border-color css
<style>
span { border-color: #D520BC; }
span { border-color: rgb(213,32,188); }
td.TdClassName
{
border-color: #D520BC;
}
.TagClassName
{
border-color: #D520BC;
}
</style>