Shades of Deep Magenta #D103BD
Tints of Deep Magenta #D103BD
RGB
CMYK
RGB Variations
Color information
#D103BD (or 0xD103BD) is known color: Deep Magenta. HEX triplet: D1, 03 and BD. RGB value is (209,3,189). Sum of RGB (Red+Green+Blue) = 209+3+189=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D103BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D103BD is #2EFC42. Grayscale: #555555. Windows color (decimal): -3079235 or 12387281. OLE color: 12387281.
HSL color Cylindrical-coordinate representation of color #D103BD: hue angle of 305.83º 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 #D103BD is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 189 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.18 |
| HSL | 305.83º | 0.97% | 0.42% | - |
| HSV(B) | 305.83º | 0.99% | 0.82% | - |
| XYZ | 35.51 | 17.29 | 49.61 | - |
| YUV | 85.8 | 186.25 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 189 | 0 | 0.99 | 0.10 | 0.18 | 305.83 | 0.97 | 0.42 |
| Hex | D1 | 3 | BD | 0 | 63 | A | 12 | 132 | 61 | 2A |
| Octal | 321 | 3 | 275 | 0 | 143 | 12 | 22 | 462 | 141 | 52 |
| Binary | 11010001 | 11 | 10111101 | 0 | 1100011 | 1010 | 10010 | 100110010 | 1100001 | 101010 |
Color Harmonies of #D103BD
Complementary color
Monochromatic Colors of #D103BD
Black with #D103BD
Text Example
Text Example
White with #D103BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103BD; }
p { color: rgb(209,3,189); }
H1.HeaderClassName
{
color: #D103BD;
}
.AnyTagClassName
{
color: #D103BD;
}
</style>
background-color css
<style>
a { background-color: #D103BD; }
a { background-color: rgb(209,3,189); }
div.DivClassName
{
background-color: #D103BD;
}
.BgClassName
{
background-color: #D103BD;
}
</style>
border-color css
<style>
span { border-color: #D103BD; }
span { border-color: rgb(209,3,189); }
td.TdClassName
{
border-color: #D103BD;
}
.TagClassName
{
border-color: #D103BD;
}
</style>