Shades of Deep Magenta #D504BA
Tints of Deep Magenta #D504BA
RGB
CMYK
RGB Variations
Color information
#D504BA (or 0xD504BA) is known color: Deep Magenta. HEX triplet: D5, 04 and BA. RGB value is (213,4,186). Sum of RGB (Red+Green+Blue) = 213+4+186=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D504BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504BA is #2AFB45. Grayscale: #565656. Windows color (decimal): -2816838 or 12190933. OLE color: 12190933.
HSL color Cylindrical-coordinate representation of color #D504BA: hue angle of 307.75º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D504BA is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 186 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.16 |
| HSL | 307.75º | 0.96% | 0.43% | - |
| HSV(B) | 307.75º | 0.98% | 0.84% | - |
| XYZ | 36.35 | 17.78 | 47.97 | - |
| YUV | 87.24 | 183.74 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 186 | 0 | 0.98 | 0.13 | 0.16 | 307.75 | 0.96 | 0.43 |
| Hex | D5 | 4 | BA | 0 | 62 | D | 10 | 134 | 60 | 2B |
| Octal | 325 | 4 | 272 | 0 | 142 | 15 | 20 | 464 | 140 | 53 |
| Binary | 11010101 | 100 | 10111010 | 0 | 1100010 | 1101 | 10000 | 100110100 | 1100000 | 101011 |
Color Harmonies of #D504BA
Complementary color
Monochromatic Colors of #D504BA
Black with #D504BA
Text Example
Text Example
White with #D504BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D504BA; }
p { color: rgb(213,4,186); }
H1.HeaderClassName
{
color: #D504BA;
}
.AnyTagClassName
{
color: #D504BA;
}
</style>
background-color css
<style>
a { background-color: #D504BA; }
a { background-color: rgb(213,4,186); }
div.DivClassName
{
background-color: #D504BA;
}
.BgClassName
{
background-color: #D504BA;
}
</style>
border-color css
<style>
span { border-color: #D504BA; }
span { border-color: rgb(213,4,186); }
td.TdClassName
{
border-color: #D504BA;
}
.TagClassName
{
border-color: #D504BA;
}
</style>