Shades of Deep Magenta #D103B0
Tints of Deep Magenta #D103B0
RGB
CMYK
RGB Variations
Color information
#D103B0 (or 0xD103B0) is known color: Deep Magenta. HEX triplet: D1, 03 and B0. RGB value is (209,3,176). Sum of RGB (Red+Green+Blue) = 209+3+176=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D103B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D103B0 is #2EFC4F. Grayscale: #535353. Windows color (decimal): -3079248 or 11535313. OLE color: 11535313.
HSL color Cylindrical-coordinate representation of color #D103B0: hue angle of 309.61º 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 #D103B0 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 176 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.18 |
| HSL | 309.61º | 0.97% | 0.42% | - |
| HSV(B) | 309.61º | 0.99% | 0.82% | - |
| XYZ | 34.16 | 16.76 | 42.51 | - |
| YUV | 84.32 | 179.75 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 176 | 0 | 0.99 | 0.16 | 0.18 | 309.61 | 0.97 | 0.42 |
| Hex | D1 | 3 | B0 | 0 | 63 | 10 | 12 | 136 | 61 | 2A |
| Octal | 321 | 3 | 260 | 0 | 143 | 20 | 22 | 466 | 141 | 52 |
| Binary | 11010001 | 11 | 10110000 | 0 | 1100011 | 10000 | 10010 | 100110110 | 1100001 | 101010 |
Color Harmonies of #D103B0
Complementary color
Monochromatic Colors of #D103B0
Black with #D103B0
Text Example
Text Example
White with #D103B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103B0; }
p { color: rgb(209,3,176); }
H1.HeaderClassName
{
color: #D103B0;
}
.AnyTagClassName
{
color: #D103B0;
}
</style>
background-color css
<style>
a { background-color: #D103B0; }
a { background-color: rgb(209,3,176); }
div.DivClassName
{
background-color: #D103B0;
}
.BgClassName
{
background-color: #D103B0;
}
</style>
border-color css
<style>
span { border-color: #D103B0; }
span { border-color: rgb(209,3,176); }
td.TdClassName
{
border-color: #D103B0;
}
.TagClassName
{
border-color: #D103B0;
}
</style>