Shades of Deep Magenta #D105AC
Tints of Deep Magenta #D105AC
RGB
CMYK
RGB Variations
Color information
#D105AC (or 0xD105AC) is known color: Deep Magenta. HEX triplet: D1, 05 and AC. RGB value is (209,5,172). Sum of RGB (Red+Green+Blue) = 209+5+172=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D105AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D105AC is #2EFA53. Grayscale: #545454. Windows color (decimal): -3078740 or 11273681. OLE color: 11273681.
HSL color Cylindrical-coordinate representation of color #D105AC: hue angle of 310.88º 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 #D105AC is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.18 |
| HSL | 310.88º | 0.95% | 0.42% | - |
| HSV(B) | 310.88º | 0.98% | 0.82% | - |
| XYZ | 33.8 | 16.64 | 40.46 | - |
| YUV | 85.03 | 177.09 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 172 | 0 | 0.98 | 0.18 | 0.18 | 310.88 | 0.95 | 0.42 |
| Hex | D1 | 5 | AC | 0 | 62 | 12 | 12 | 137 | 5F | 2A |
| Octal | 321 | 5 | 254 | 0 | 142 | 22 | 22 | 467 | 137 | 52 |
| Binary | 11010001 | 101 | 10101100 | 0 | 1100010 | 10010 | 10010 | 100110111 | 1011111 | 101010 |
Color Harmonies of #D105AC
Complementary color
Monochromatic Colors of #D105AC
Black with #D105AC
Text Example
Text Example
White with #D105AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105AC; }
p { color: rgb(209,5,172); }
H1.HeaderClassName
{
color: #D105AC;
}
.AnyTagClassName
{
color: #D105AC;
}
</style>
background-color css
<style>
a { background-color: #D105AC; }
a { background-color: rgb(209,5,172); }
div.DivClassName
{
background-color: #D105AC;
}
.BgClassName
{
background-color: #D105AC;
}
</style>
border-color css
<style>
span { border-color: #D105AC; }
span { border-color: rgb(209,5,172); }
td.TdClassName
{
border-color: #D105AC;
}
.TagClassName
{
border-color: #D105AC;
}
</style>