Shades of Deep Magenta #D503BB
Tints of Deep Magenta #D503BB
RGB
CMYK
RGB Variations
Color information
#D503BB (or 0xD503BB) is known color: Deep Magenta. HEX triplet: D5, 03 and BB. RGB value is (213,3,187). Sum of RGB (Red+Green+Blue) = 213+3+187=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D503BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503BB is #2AFC44. Grayscale: #565656. Windows color (decimal): -2817093 or 12256213. OLE color: 12256213.
HSL color Cylindrical-coordinate representation of color #D503BB: hue angle of 307.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D503BB is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 187 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.16 |
| HSL | 307.43º | 0.97% | 0.42% | - |
| HSV(B) | 307.43º | 0.99% | 0.84% | - |
| XYZ | 36.44 | 17.8 | 48.53 | - |
| YUV | 86.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 187 | 0 | 0.99 | 0.12 | 0.16 | 307.43 | 0.97 | 0.42 |
| Hex | D5 | 3 | BB | 0 | 63 | C | 10 | 133 | 61 | 2A |
| Octal | 325 | 3 | 273 | 0 | 143 | 14 | 20 | 463 | 141 | 52 |
| Binary | 11010101 | 11 | 10111011 | 0 | 1100011 | 1100 | 10000 | 100110011 | 1100001 | 101010 |
Color Harmonies of #D503BB
Complementary color
Monochromatic Colors of #D503BB
Black with #D503BB
Text Example
Text Example
White with #D503BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D503BB; }
p { color: rgb(213,3,187); }
H1.HeaderClassName
{
color: #D503BB;
}
.AnyTagClassName
{
color: #D503BB;
}
</style>
background-color css
<style>
a { background-color: #D503BB; }
a { background-color: rgb(213,3,187); }
div.DivClassName
{
background-color: #D503BB;
}
.BgClassName
{
background-color: #D503BB;
}
</style>
border-color css
<style>
span { border-color: #D503BB; }
span { border-color: rgb(213,3,187); }
td.TdClassName
{
border-color: #D503BB;
}
.TagClassName
{
border-color: #D503BB;
}
</style>