Shades of Deep Magenta #D504BB
Tints of Deep Magenta #D504BB
RGB
CMYK
RGB Variations
Color information
#D504BB (or 0xD504BB) is known color: Deep Magenta. HEX triplet: D5, 04 and BB. RGB value is (213,4,187). Sum of RGB (Red+Green+Blue) = 213+4+187=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D504BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504BB is #2AFB44. Grayscale: #565656. Windows color (decimal): -2816837 or 12256469. OLE color: 12256469.
HSL color Cylindrical-coordinate representation of color #D504BB: hue angle of 307.46º 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 #D504BB is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 187 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.16 |
| HSL | 307.46º | 0.96% | 0.43% | - |
| HSV(B) | 307.46º | 0.98% | 0.84% | - |
| XYZ | 36.45 | 17.82 | 48.53 | - |
| YUV | 87.35 | 184.24 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 187 | 0 | 0.98 | 0.12 | 0.16 | 307.46 | 0.96 | 0.43 |
| Hex | D5 | 4 | BB | 0 | 62 | C | 10 | 133 | 60 | 2B |
| Octal | 325 | 4 | 273 | 0 | 142 | 14 | 20 | 463 | 140 | 53 |
| Binary | 11010101 | 100 | 10111011 | 0 | 1100010 | 1100 | 10000 | 100110011 | 1100000 | 101011 |
Color Harmonies of #D504BB
Complementary color
Monochromatic Colors of #D504BB
Black with #D504BB
Text Example
Text Example
White with #D504BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D504BB; }
p { color: rgb(213,4,187); }
H1.HeaderClassName
{
color: #D504BB;
}
.AnyTagClassName
{
color: #D504BB;
}
</style>
background-color css
<style>
a { background-color: #D504BB; }
a { background-color: rgb(213,4,187); }
div.DivClassName
{
background-color: #D504BB;
}
.BgClassName
{
background-color: #D504BB;
}
</style>
border-color css
<style>
span { border-color: #D504BB; }
span { border-color: rgb(213,4,187); }
td.TdClassName
{
border-color: #D504BB;
}
.TagClassName
{
border-color: #D504BB;
}
</style>