Shades of Deep Magenta #D103B1
Tints of Deep Magenta #D103B1
RGB
CMYK
RGB Variations
Color information
#D103B1 (or 0xD103B1) is known color: Deep Magenta. HEX triplet: D1, 03 and B1. RGB value is (209,3,177). Sum of RGB (Red+Green+Blue) = 209+3+177=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D103B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D103B1 is #2EFC4E. Grayscale: #535353. Windows color (decimal): -3079247 or 11600849. OLE color: 11600849.
HSL color Cylindrical-coordinate representation of color #D103B1: hue angle of 309.32º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103B1 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 177 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.18 |
| HSL | 309.32º | 0.97% | 0.42% | - |
| HSV(B) | 309.32º | 0.99% | 0.82% | - |
| XYZ | 34.26 | 16.79 | 43.03 | - |
| YUV | 84.43 | 180.25 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 177 | 0 | 0.99 | 0.15 | 0.18 | 309.32 | 0.97 | 0.42 |
| Hex | D1 | 3 | B1 | 0 | 63 | F | 12 | 135 | 61 | 2A |
| Octal | 321 | 3 | 261 | 0 | 143 | 17 | 22 | 465 | 141 | 52 |
| Binary | 11010001 | 11 | 10110001 | 0 | 1100011 | 1111 | 10010 | 100110101 | 1100001 | 101010 |
Color Harmonies of #D103B1
Complementary color
Monochromatic Colors of #D103B1
Black with #D103B1
Text Example
Text Example
White with #D103B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103B1; }
p { color: rgb(209,3,177); }
H1.HeaderClassName
{
color: #D103B1;
}
.AnyTagClassName
{
color: #D103B1;
}
</style>
background-color css
<style>
a { background-color: #D103B1; }
a { background-color: rgb(209,3,177); }
div.DivClassName
{
background-color: #D103B1;
}
.BgClassName
{
background-color: #D103B1;
}
</style>
border-color css
<style>
span { border-color: #D103B1; }
span { border-color: rgb(209,3,177); }
td.TdClassName
{
border-color: #D103B1;
}
.TagClassName
{
border-color: #D103B1;
}
</style>