Shades of Deep Magenta #D10BAF
Tints of Deep Magenta #D10BAF
RGB
CMYK
RGB Variations
Color information
#D10BAF (or 0xD10BAF) is known color: Deep Magenta. HEX triplet: D1, 0B and AF. RGB value is (209,11,175). Sum of RGB (Red+Green+Blue) = 209+11+175=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D10BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10BAF is #2EF450. Grayscale: #585858. Windows color (decimal): -3077201 or 11471825. OLE color: 11471825.
HSL color Cylindrical-coordinate representation of color #D10BAF: hue angle of 310.3º 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 #D10BAF is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 175 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.18 |
| HSL | 310.3º | 0.9% | 0.43% | - |
| HSV(B) | 310.3º | 0.95% | 0.82% | - |
| XYZ | 34.15 | 16.89 | 42.02 | - |
| YUV | 88.9 | 176.6 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 175 | 0 | 0.95 | 0.16 | 0.18 | 310.3 | 0.9 | 0.43 |
| Hex | D1 | B | AF | 0 | 5F | 10 | 12 | 136 | 5A | 2B |
| Octal | 321 | 13 | 257 | 0 | 137 | 20 | 22 | 466 | 132 | 53 |
| Binary | 11010001 | 1011 | 10101111 | 0 | 1011111 | 10000 | 10010 | 100110110 | 1011010 | 101011 |
Color Harmonies of #D10BAF
Complementary color
Monochromatic Colors of #D10BAF
Black with #D10BAF
Text Example
Text Example
White with #D10BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10BAF; }
p { color: rgb(209,11,175); }
H1.HeaderClassName
{
color: #D10BAF;
}
.AnyTagClassName
{
color: #D10BAF;
}
</style>
background-color css
<style>
a { background-color: #D10BAF; }
a { background-color: rgb(209,11,175); }
div.DivClassName
{
background-color: #D10BAF;
}
.BgClassName
{
background-color: #D10BAF;
}
</style>
border-color css
<style>
span { border-color: #D10BAF; }
span { border-color: rgb(209,11,175); }
td.TdClassName
{
border-color: #D10BAF;
}
.TagClassName
{
border-color: #D10BAF;
}
</style>