Shades of Deep Magenta #D503B5
Tints of Deep Magenta #D503B5
RGB
CMYK
RGB Variations
Color information
#D503B5 (or 0xD503B5) is known color: Deep Magenta. HEX triplet: D5, 03 and B5. RGB value is (213,3,181). Sum of RGB (Red+Green+Blue) = 213+3+181=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D503B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503B5 is #2AFC4A. Grayscale: #555555. Windows color (decimal): -2817099 or 11862997. OLE color: 11862997.
HSL color Cylindrical-coordinate representation of color #D503B5: hue angle of 309.14º 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 #D503B5 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 181 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.16 |
| HSL | 309.14º | 0.97% | 0.42% | - |
| HSV(B) | 309.14º | 0.99% | 0.84% | - |
| XYZ | 35.81 | 17.55 | 45.22 | - |
| YUV | 86.08 | 181.57 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 181 | 0 | 0.99 | 0.15 | 0.16 | 309.14 | 0.97 | 0.42 |
| Hex | D5 | 3 | B5 | 0 | 63 | F | 10 | 135 | 61 | 2A |
| Octal | 325 | 3 | 265 | 0 | 143 | 17 | 20 | 465 | 141 | 52 |
| Binary | 11010101 | 11 | 10110101 | 0 | 1100011 | 1111 | 10000 | 100110101 | 1100001 | 101010 |
Color Harmonies of #D503B5
Complementary color
Monochromatic Colors of #D503B5
Black with #D503B5
Text Example
Text Example
White with #D503B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D503B5; }
p { color: rgb(213,3,181); }
H1.HeaderClassName
{
color: #D503B5;
}
.AnyTagClassName
{
color: #D503B5;
}
</style>
background-color css
<style>
a { background-color: #D503B5; }
a { background-color: rgb(213,3,181); }
div.DivClassName
{
background-color: #D503B5;
}
.BgClassName
{
background-color: #D503B5;
}
</style>
border-color css
<style>
span { border-color: #D503B5; }
span { border-color: rgb(213,3,181); }
td.TdClassName
{
border-color: #D503B5;
}
.TagClassName
{
border-color: #D503B5;
}
</style>