Shades of Deep Magenta #D107AF
Tints of Deep Magenta #D107AF
RGB
CMYK
RGB Variations
Color information
#D107AF (or 0xD107AF) is known color: Deep Magenta. HEX triplet: D1, 07 and AF. RGB value is (209,7,175). Sum of RGB (Red+Green+Blue) = 209+7+175=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D107AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D107AF is #2EF850. Grayscale: #565656. Windows color (decimal): -3078225 or 11470801. OLE color: 11470801.
HSL color Cylindrical-coordinate representation of color #D107AF: hue angle of 310.1º 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 #D107AF is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 175 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.18 |
| HSL | 310.1º | 0.94% | 0.42% | - |
| HSV(B) | 310.1º | 0.97% | 0.82% | - |
| XYZ | 34.11 | 16.8 | 42 | - |
| YUV | 86.55 | 177.92 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 175 | 0 | 0.97 | 0.16 | 0.18 | 310.1 | 0.94 | 0.42 |
| Hex | D1 | 7 | AF | 0 | 61 | 10 | 12 | 136 | 5E | 2A |
| Octal | 321 | 7 | 257 | 0 | 141 | 20 | 22 | 466 | 136 | 52 |
| Binary | 11010001 | 111 | 10101111 | 0 | 1100001 | 10000 | 10010 | 100110110 | 1011110 | 101010 |
Color Harmonies of #D107AF
Complementary color
Monochromatic Colors of #D107AF
Black with #D107AF
Text Example
Text Example
White with #D107AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D107AF; }
p { color: rgb(209,7,175); }
H1.HeaderClassName
{
color: #D107AF;
}
.AnyTagClassName
{
color: #D107AF;
}
</style>
background-color css
<style>
a { background-color: #D107AF; }
a { background-color: rgb(209,7,175); }
div.DivClassName
{
background-color: #D107AF;
}
.BgClassName
{
background-color: #D107AF;
}
</style>
border-color css
<style>
span { border-color: #D107AF; }
span { border-color: rgb(209,7,175); }
td.TdClassName
{
border-color: #D107AF;
}
.TagClassName
{
border-color: #D107AF;
}
</style>