Shades of Deep Magenta #D525BA
Tints of Deep Magenta #D525BA
RGB
CMYK
RGB Variations
Color information
#D525BA (or 0xD525BA) is known color: Deep Magenta. HEX triplet: D5, 25 and BA. RGB value is (213,37,186). Sum of RGB (Red+Green+Blue) = 213+37+186=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D525BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525BA is #2ADA45. Grayscale: #6A6A6A. Windows color (decimal): -2808390 or 12199381. OLE color: 12199381.
HSL color Cylindrical-coordinate representation of color #D525BA: hue angle of 309.2º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D525BA is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 186 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.16 |
| HSL | 309.2º | 0.7% | 0.49% | - |
| HSV(B) | 309.2º | 0.83% | 0.84% | - |
| XYZ | 36.97 | 19.01 | 48.18 | - |
| YUV | 106.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 186 | 0 | 0.83 | 0.13 | 0.16 | 309.2 | 0.7 | 0.49 |
| Hex | D5 | 25 | BA | 0 | 53 | D | 10 | 135 | 46 | 31 |
| Octal | 325 | 45 | 272 | 0 | 123 | 15 | 20 | 465 | 106 | 61 |
| Binary | 11010101 | 100101 | 10111010 | 0 | 1010011 | 1101 | 10000 | 100110101 | 1000110 | 110001 |
Color Harmonies of #D525BA
Complementary color
Monochromatic Colors of #D525BA
Black with #D525BA
Text Example
Text Example
White with #D525BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D525BA; }
p { color: rgb(213,37,186); }
H1.HeaderClassName
{
color: #D525BA;
}
.AnyTagClassName
{
color: #D525BA;
}
</style>
background-color css
<style>
a { background-color: #D525BA; }
a { background-color: rgb(213,37,186); }
div.DivClassName
{
background-color: #D525BA;
}
.BgClassName
{
background-color: #D525BA;
}
</style>
border-color css
<style>
span { border-color: #D525BA; }
span { border-color: rgb(213,37,186); }
td.TdClassName
{
border-color: #D525BA;
}
.TagClassName
{
border-color: #D525BA;
}
</style>