Shades of Deep Magenta #D105AF
Tints of Deep Magenta #D105AF
RGB
CMYK
RGB Variations
Color information
#D105AF (or 0xD105AF) is known color: Deep Magenta. HEX triplet: D1, 05 and AF. RGB value is (209,5,175). Sum of RGB (Red+Green+Blue) = 209+5+175=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D105AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D105AF is #2EFA50. Grayscale: #545454. Windows color (decimal): -3078737 or 11470289. OLE color: 11470289.
HSL color Cylindrical-coordinate representation of color #D105AF: hue angle of 310º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D105AF is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 175 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.18 |
| HSL | 310º | 0.95% | 0.42% | - |
| HSV(B) | 310º | 0.98% | 0.82% | - |
| XYZ | 34.09 | 16.76 | 42 | - |
| YUV | 85.38 | 178.59 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 175 | 0 | 0.98 | 0.16 | 0.18 | 310 | 0.95 | 0.42 |
| Hex | D1 | 5 | AF | 0 | 62 | 10 | 12 | 136 | 5F | 2A |
| Octal | 321 | 5 | 257 | 0 | 142 | 20 | 22 | 466 | 137 | 52 |
| Binary | 11010001 | 101 | 10101111 | 0 | 1100010 | 10000 | 10010 | 100110110 | 1011111 | 101010 |
Color Harmonies of #D105AF
Complementary color
Monochromatic Colors of #D105AF
Black with #D105AF
Text Example
Text Example
White with #D105AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105AF; }
p { color: rgb(209,5,175); }
H1.HeaderClassName
{
color: #D105AF;
}
.AnyTagClassName
{
color: #D105AF;
}
</style>
background-color css
<style>
a { background-color: #D105AF; }
a { background-color: rgb(209,5,175); }
div.DivClassName
{
background-color: #D105AF;
}
.BgClassName
{
background-color: #D105AF;
}
</style>
border-color css
<style>
span { border-color: #D105AF; }
span { border-color: rgb(209,5,175); }
td.TdClassName
{
border-color: #D105AF;
}
.TagClassName
{
border-color: #D105AF;
}
</style>