Shades of Deep Magenta #D503BF
Tints of Deep Magenta #D503BF
RGB
CMYK
RGB Variations
Color information
#D503BF (or 0xD503BF) is known color: Deep Magenta. HEX triplet: D5, 03 and BF. RGB value is (213,3,191). Sum of RGB (Red+Green+Blue) = 213+3+191=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D503BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503BF is #2AFC40. Grayscale: #565656. Windows color (decimal): -2817089 or 12518357. OLE color: 12518357.
HSL color Cylindrical-coordinate representation of color #D503BF: hue angle of 306.29º 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 #D503BF is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 191 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.16 |
| HSL | 306.29º | 0.97% | 0.42% | - |
| HSV(B) | 306.29º | 0.99% | 0.84% | - |
| XYZ | 36.88 | 17.97 | 50.82 | - |
| YUV | 87.22 | 186.57 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 191 | 0 | 0.99 | 0.10 | 0.16 | 306.29 | 0.97 | 0.42 |
| Hex | D5 | 3 | BF | 0 | 63 | A | 10 | 132 | 61 | 2A |
| Octal | 325 | 3 | 277 | 0 | 143 | 12 | 20 | 462 | 141 | 52 |
| Binary | 11010101 | 11 | 10111111 | 0 | 1100011 | 1010 | 10000 | 100110010 | 1100001 | 101010 |
Color Harmonies of #D503BF
Complementary color
Monochromatic Colors of #D503BF
Black with #D503BF
Text Example
Text Example
White with #D503BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D503BF; }
p { color: rgb(213,3,191); }
H1.HeaderClassName
{
color: #D503BF;
}
.AnyTagClassName
{
color: #D503BF;
}
</style>
background-color css
<style>
a { background-color: #D503BF; }
a { background-color: rgb(213,3,191); }
div.DivClassName
{
background-color: #D503BF;
}
.BgClassName
{
background-color: #D503BF;
}
</style>
border-color css
<style>
span { border-color: #D503BF; }
span { border-color: rgb(213,3,191); }
td.TdClassName
{
border-color: #D503BF;
}
.TagClassName
{
border-color: #D503BF;
}
</style>