Shades of Deep Magenta #D103AA
Tints of Deep Magenta #D103AA
RGB
CMYK
RGB Variations
Color information
#D103AA (or 0xD103AA) is known color: Deep Magenta. HEX triplet: D1, 03 and AA. RGB value is (209,3,170). Sum of RGB (Red+Green+Blue) = 209+3+170=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D103AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D103AA is #2EFC55. Grayscale: #535353. Windows color (decimal): -3079254 or 11142097. OLE color: 11142097.
HSL color Cylindrical-coordinate representation of color #D103AA: hue angle of 311.36º 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 #D103AA is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 170 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.18 |
| HSL | 311.36º | 0.97% | 0.42% | - |
| HSV(B) | 311.36º | 0.99% | 0.82% | - |
| XYZ | 33.58 | 16.52 | 39.45 | - |
| YUV | 83.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 170 | 0 | 0.99 | 0.19 | 0.18 | 311.36 | 0.97 | 0.42 |
| Hex | D1 | 3 | AA | 0 | 63 | 13 | 12 | 137 | 61 | 2A |
| Octal | 321 | 3 | 252 | 0 | 143 | 23 | 22 | 467 | 141 | 52 |
| Binary | 11010001 | 11 | 10101010 | 0 | 1100011 | 10011 | 10010 | 100110111 | 1100001 | 101010 |
Color Harmonies of #D103AA
Complementary color
Monochromatic Colors of #D103AA
Black with #D103AA
Text Example
Text Example
White with #D103AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103AA; }
p { color: rgb(209,3,170); }
H1.HeaderClassName
{
color: #D103AA;
}
.AnyTagClassName
{
color: #D103AA;
}
</style>
background-color css
<style>
a { background-color: #D103AA; }
a { background-color: rgb(209,3,170); }
div.DivClassName
{
background-color: #D103AA;
}
.BgClassName
{
background-color: #D103AA;
}
</style>
border-color css
<style>
span { border-color: #D103AA; }
span { border-color: rgb(209,3,170); }
td.TdClassName
{
border-color: #D103AA;
}
.TagClassName
{
border-color: #D103AA;
}
</style>