Shades of Deep Magenta #D10BAC
Tints of Deep Magenta #D10BAC
RGB
CMYK
RGB Variations
Color information
#D10BAC (or 0xD10BAC) is known color: Deep Magenta. HEX triplet: D1, 0B and AC. RGB value is (209,11,172). Sum of RGB (Red+Green+Blue) = 209+11+172=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D10BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10BAC is #2EF453. Grayscale: #585858. Windows color (decimal): -3077204 or 11275217. OLE color: 11275217.
HSL color Cylindrical-coordinate representation of color #D10BAC: hue angle of 311.21º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10BAC is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 172 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.18 |
| HSL | 311.21º | 0.9% | 0.43% | - |
| HSV(B) | 311.21º | 0.95% | 0.82% | - |
| XYZ | 33.86 | 16.77 | 40.48 | - |
| YUV | 88.56 | 175.1 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 172 | 0 | 0.95 | 0.18 | 0.18 | 311.21 | 0.9 | 0.43 |
| Hex | D1 | B | AC | 0 | 5F | 12 | 12 | 137 | 5A | 2B |
| Octal | 321 | 13 | 254 | 0 | 137 | 22 | 22 | 467 | 132 | 53 |
| Binary | 11010001 | 1011 | 10101100 | 0 | 1011111 | 10010 | 10010 | 100110111 | 1011010 | 101011 |
Color Harmonies of #D10BAC
Complementary color
Monochromatic Colors of #D10BAC
Black with #D10BAC
Text Example
Text Example
White with #D10BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10BAC; }
p { color: rgb(209,11,172); }
H1.HeaderClassName
{
color: #D10BAC;
}
.AnyTagClassName
{
color: #D10BAC;
}
</style>
background-color css
<style>
a { background-color: #D10BAC; }
a { background-color: rgb(209,11,172); }
div.DivClassName
{
background-color: #D10BAC;
}
.BgClassName
{
background-color: #D10BAC;
}
</style>
border-color css
<style>
span { border-color: #D10BAC; }
span { border-color: rgb(209,11,172); }
td.TdClassName
{
border-color: #D10BAC;
}
.TagClassName
{
border-color: #D10BAC;
}
</style>