Shades of Deep Magenta #D522BA
Tints of Deep Magenta #D522BA
RGB
CMYK
RGB Variations
Color information
#D522BA (or 0xD522BA) is known color: Deep Magenta. HEX triplet: D5, 22 and BA. RGB value is (213,34,186). Sum of RGB (Red+Green+Blue) = 213+34+186=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D522BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522BA is #2ADD45. Grayscale: #686868. Windows color (decimal): -2809158 or 12198613. OLE color: 12198613.
HSL color Cylindrical-coordinate representation of color #D522BA: hue angle of 309.05º 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 #D522BA is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 186 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.16 |
| HSL | 309.05º | 0.72% | 0.48% | - |
| HSV(B) | 309.05º | 0.84% | 0.84% | - |
| XYZ | 36.88 | 18.84 | 48.15 | - |
| YUV | 104.85 | 173.8 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 186 | 0 | 0.84 | 0.13 | 0.16 | 309.05 | 0.72 | 0.48 |
| Hex | D5 | 22 | BA | 0 | 54 | D | 10 | 135 | 48 | 30 |
| Octal | 325 | 42 | 272 | 0 | 124 | 15 | 20 | 465 | 110 | 60 |
| Binary | 11010101 | 100010 | 10111010 | 0 | 1010100 | 1101 | 10000 | 100110101 | 1001000 | 110000 |
Color Harmonies of #D522BA
Complementary color
Monochromatic Colors of #D522BA
Black with #D522BA
Text Example
Text Example
White with #D522BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D522BA; }
p { color: rgb(213,34,186); }
H1.HeaderClassName
{
color: #D522BA;
}
.AnyTagClassName
{
color: #D522BA;
}
</style>
background-color css
<style>
a { background-color: #D522BA; }
a { background-color: rgb(213,34,186); }
div.DivClassName
{
background-color: #D522BA;
}
.BgClassName
{
background-color: #D522BA;
}
</style>
border-color css
<style>
span { border-color: #D522BA; }
span { border-color: rgb(213,34,186); }
td.TdClassName
{
border-color: #D522BA;
}
.TagClassName
{
border-color: #D522BA;
}
</style>