Shades of Deep Magenta #D521BF
Tints of Deep Magenta #D521BF
RGB
CMYK
RGB Variations
Color information
#D521BF (or 0xD521BF) is known color: Deep Magenta. HEX triplet: D5, 21 and BF. RGB value is (213,33,191). Sum of RGB (Red+Green+Blue) = 213+33+191=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D521BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521BF is #2ADE40. Grayscale: #686868. Windows color (decimal): -2809409 or 12526037. OLE color: 12526037.
HSL color Cylindrical-coordinate representation of color #D521BF: hue angle of 307.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 #D521BF is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 191 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.16 |
| HSL | 307.33º | 0.73% | 0.48% | - |
| HSV(B) | 307.33º | 0.85% | 0.84% | - |
| XYZ | 37.39 | 19 | 50.99 | - |
| YUV | 104.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 191 | 0 | 0.85 | 0.10 | 0.16 | 307.33 | 0.73 | 0.48 |
| Hex | D5 | 21 | BF | 0 | 55 | A | 10 | 133 | 49 | 30 |
| Octal | 325 | 41 | 277 | 0 | 125 | 12 | 20 | 463 | 111 | 60 |
| Binary | 11010101 | 100001 | 10111111 | 0 | 1010101 | 1010 | 10000 | 100110011 | 1001001 | 110000 |
Color Harmonies of #D521BF
Complementary color
Monochromatic Colors of #D521BF
Black with #D521BF
Text Example
Text Example
White with #D521BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521BF; }
p { color: rgb(213,33,191); }
H1.HeaderClassName
{
color: #D521BF;
}
.AnyTagClassName
{
color: #D521BF;
}
</style>
background-color css
<style>
a { background-color: #D521BF; }
a { background-color: rgb(213,33,191); }
div.DivClassName
{
background-color: #D521BF;
}
.BgClassName
{
background-color: #D521BF;
}
</style>
border-color css
<style>
span { border-color: #D521BF; }
span { border-color: rgb(213,33,191); }
td.TdClassName
{
border-color: #D521BF;
}
.TagClassName
{
border-color: #D521BF;
}
</style>