Shades of Deep Magenta #D521BC
Tints of Deep Magenta #D521BC
RGB
CMYK
RGB Variations
Color information
#D521BC (or 0xD521BC) is known color: Deep Magenta. HEX triplet: D5, 21 and BC. RGB value is (213,33,188). Sum of RGB (Red+Green+Blue) = 213+33+188=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D521BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521BC is #2ADE43. Grayscale: #686868. Windows color (decimal): -2809412 or 12329429. OLE color: 12329429.
HSL color Cylindrical-coordinate representation of color #D521BC: hue angle of 308.33º 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 #D521BC is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 188 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.16 |
| HSL | 308.33º | 0.73% | 0.48% | - |
| HSV(B) | 308.33º | 0.85% | 0.84% | - |
| XYZ | 37.06 | 18.86 | 49.26 | - |
| YUV | 104.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 188 | 0 | 0.85 | 0.12 | 0.16 | 308.33 | 0.73 | 0.48 |
| Hex | D5 | 21 | BC | 0 | 55 | C | 10 | 134 | 49 | 30 |
| Octal | 325 | 41 | 274 | 0 | 125 | 14 | 20 | 464 | 111 | 60 |
| Binary | 11010101 | 100001 | 10111100 | 0 | 1010101 | 1100 | 10000 | 100110100 | 1001001 | 110000 |
Color Harmonies of #D521BC
Complementary color
Monochromatic Colors of #D521BC
Black with #D521BC
Text Example
Text Example
White with #D521BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521BC; }
p { color: rgb(213,33,188); }
H1.HeaderClassName
{
color: #D521BC;
}
.AnyTagClassName
{
color: #D521BC;
}
</style>
background-color css
<style>
a { background-color: #D521BC; }
a { background-color: rgb(213,33,188); }
div.DivClassName
{
background-color: #D521BC;
}
.BgClassName
{
background-color: #D521BC;
}
</style>
border-color css
<style>
span { border-color: #D521BC; }
span { border-color: rgb(213,33,188); }
td.TdClassName
{
border-color: #D521BC;
}
.TagClassName
{
border-color: #D521BC;
}
</style>