Shades of Medium Violet Red #D115AB
Tints of Medium Violet Red #D115AB
RGB
CMYK
RGB Variations
Color information
#D115AB (or 0xD115AB) is known color: Medium Violet Red. HEX triplet: D1, 15 and AB. RGB value is (209,21,171). Sum of RGB (Red+Green+Blue) = 209+21+171=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D115AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D115AB is #2EEA54. Grayscale: #5D5D5D. Windows color (decimal): -3074645 or 11212241. OLE color: 11212241.
HSL color Cylindrical-coordinate representation of color #D115AB: hue angle of 312.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D115AB is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 171 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.18 |
| HSL | 312.13º | 0.82% | 0.45% | - |
| HSV(B) | 312.13º | 0.9% | 0.82% | - |
| XYZ | 33.91 | 17.03 | 40.03 | - |
| YUV | 94.31 | 171.28 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 171 | 0 | 0.90 | 0.18 | 0.18 | 312.13 | 0.82 | 0.45 |
| Hex | D1 | 15 | AB | 0 | 5A | 12 | 12 | 138 | 52 | 2D |
| Octal | 321 | 25 | 253 | 0 | 132 | 22 | 22 | 470 | 122 | 55 |
| Binary | 11010001 | 10101 | 10101011 | 0 | 1011010 | 10010 | 10010 | 100111000 | 1010010 | 101101 |
Color Harmonies of #D115AB
Complementary color
Monochromatic Colors of #D115AB
Black with #D115AB
Text Example
Text Example
White with #D115AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115AB; }
p { color: rgb(209,21,171); }
H1.HeaderClassName
{
color: #D115AB;
}
.AnyTagClassName
{
color: #D115AB;
}
</style>
background-color css
<style>
a { background-color: #D115AB; }
a { background-color: rgb(209,21,171); }
div.DivClassName
{
background-color: #D115AB;
}
.BgClassName
{
background-color: #D115AB;
}
</style>
border-color css
<style>
span { border-color: #D115AB; }
span { border-color: rgb(209,21,171); }
td.TdClassName
{
border-color: #D115AB;
}
.TagClassName
{
border-color: #D115AB;
}
</style>