Shades of Deep Magenta #D107AD
Tints of Deep Magenta #D107AD
RGB
CMYK
RGB Variations
Color information
#D107AD (or 0xD107AD) is known color: Deep Magenta. HEX triplet: D1, 07 and AD. RGB value is (209,7,173). Sum of RGB (Red+Green+Blue) = 209+7+173=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D107AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D107AD is #2EF852. Grayscale: #555555. Windows color (decimal): -3078227 or 11339729. OLE color: 11339729.
HSL color Cylindrical-coordinate representation of color #D107AD: hue angle of 310.69º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D107AD is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.18 |
| HSL | 310.69º | 0.94% | 0.42% | - |
| HSV(B) | 310.69º | 0.97% | 0.82% | - |
| XYZ | 33.91 | 16.72 | 40.98 | - |
| YUV | 86.32 | 176.92 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 173 | 0 | 0.97 | 0.17 | 0.18 | 310.69 | 0.94 | 0.42 |
| Hex | D1 | 7 | AD | 0 | 61 | 11 | 12 | 137 | 5E | 2A |
| Octal | 321 | 7 | 255 | 0 | 141 | 21 | 22 | 467 | 136 | 52 |
| Binary | 11010001 | 111 | 10101101 | 0 | 1100001 | 10001 | 10010 | 100110111 | 1011110 | 101010 |
Color Harmonies of #D107AD
Complementary color
Monochromatic Colors of #D107AD
Black with #D107AD
Text Example
Text Example
White with #D107AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D107AD; }
p { color: rgb(209,7,173); }
H1.HeaderClassName
{
color: #D107AD;
}
.AnyTagClassName
{
color: #D107AD;
}
</style>
background-color css
<style>
a { background-color: #D107AD; }
a { background-color: rgb(209,7,173); }
div.DivClassName
{
background-color: #D107AD;
}
.BgClassName
{
background-color: #D107AD;
}
</style>
border-color css
<style>
span { border-color: #D107AD; }
span { border-color: rgb(209,7,173); }
td.TdClassName
{
border-color: #D107AD;
}
.TagClassName
{
border-color: #D107AD;
}
</style>