Shades of Deep Magenta #D522BF
Tints of Deep Magenta #D522BF
RGB
CMYK
RGB Variations
Color information
#D522BF (or 0xD522BF) is known color: Deep Magenta. HEX triplet: D5, 22 and BF. RGB value is (213,34,191). Sum of RGB (Red+Green+Blue) = 213+34+191=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D522BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522BF is #2ADD40. Grayscale: #686868. Windows color (decimal): -2809153 or 12526293. OLE color: 12526293.
HSL color Cylindrical-coordinate representation of color #D522BF: hue angle of 307.37º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D522BF is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 191 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.16 |
| HSL | 307.37º | 0.72% | 0.48% | - |
| HSV(B) | 307.37º | 0.84% | 0.84% | - |
| XYZ | 37.42 | 19.05 | 51 | - |
| YUV | 105.42 | 176.3 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 191 | 0 | 0.84 | 0.10 | 0.16 | 307.37 | 0.72 | 0.48 |
| Hex | D5 | 22 | BF | 0 | 54 | A | 10 | 133 | 48 | 30 |
| Octal | 325 | 42 | 277 | 0 | 124 | 12 | 20 | 463 | 110 | 60 |
| Binary | 11010101 | 100010 | 10111111 | 0 | 1010100 | 1010 | 10000 | 100110011 | 1001000 | 110000 |
Color Harmonies of #D522BF
Complementary color
Monochromatic Colors of #D522BF
Black with #D522BF
Text Example
Text Example
White with #D522BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D522BF; }
p { color: rgb(213,34,191); }
H1.HeaderClassName
{
color: #D522BF;
}
.AnyTagClassName
{
color: #D522BF;
}
</style>
background-color css
<style>
a { background-color: #D522BF; }
a { background-color: rgb(213,34,191); }
div.DivClassName
{
background-color: #D522BF;
}
.BgClassName
{
background-color: #D522BF;
}
</style>
border-color css
<style>
span { border-color: #D522BF; }
span { border-color: rgb(213,34,191); }
td.TdClassName
{
border-color: #D522BF;
}
.TagClassName
{
border-color: #D522BF;
}
</style>