Shades of Deep Magenta #D504B1
Tints of Deep Magenta #D504B1
RGB
CMYK
RGB Variations
Color information
#D504B1 (or 0xD504B1) is known color: Deep Magenta. HEX triplet: D5, 04 and B1. RGB value is (213,4,177). Sum of RGB (Red+Green+Blue) = 213+4+177=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D504B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D504B1 is #2AFB4E. Grayscale: #555555. Windows color (decimal): -2816847 or 11601109. OLE color: 11601109.
HSL color Cylindrical-coordinate representation of color #D504B1: hue angle of 310.33º 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 #D504B1 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 177 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.16 |
| HSL | 310.33º | 0.96% | 0.43% | - |
| HSV(B) | 310.33º | 0.98% | 0.84% | - |
| XYZ | 35.42 | 17.41 | 43.09 | - |
| YUV | 86.21 | 179.24 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 177 | 0 | 0.98 | 0.17 | 0.16 | 310.33 | 0.96 | 0.43 |
| Hex | D5 | 4 | B1 | 0 | 62 | 11 | 10 | 136 | 60 | 2B |
| Octal | 325 | 4 | 261 | 0 | 142 | 21 | 20 | 466 | 140 | 53 |
| Binary | 11010101 | 100 | 10110001 | 0 | 1100010 | 10001 | 10000 | 100110110 | 1100000 | 101011 |
Color Harmonies of #D504B1
Complementary color
Monochromatic Colors of #D504B1
Black with #D504B1
Text Example
Text Example
White with #D504B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D504B1; }
p { color: rgb(213,4,177); }
H1.HeaderClassName
{
color: #D504B1;
}
.AnyTagClassName
{
color: #D504B1;
}
</style>
background-color css
<style>
a { background-color: #D504B1; }
a { background-color: rgb(213,4,177); }
div.DivClassName
{
background-color: #D504B1;
}
.BgClassName
{
background-color: #D504B1;
}
</style>
border-color css
<style>
span { border-color: #D504B1; }
span { border-color: rgb(213,4,177); }
td.TdClassName
{
border-color: #D504B1;
}
.TagClassName
{
border-color: #D504B1;
}
</style>