Shades of Medium Violet Red #D115A2
Tints of Medium Violet Red #D115A2
RGB
CMYK
RGB Variations
Color information
#D115A2 (or 0xD115A2) is known color: Medium Violet Red. HEX triplet: D1, 15 and A2. RGB value is (209,21,162). Sum of RGB (Red+Green+Blue) = 209+21+162=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D115A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D115A2 is #2EEA5D. Grayscale: #5C5C5C. Windows color (decimal): -3074654 or 10622417. OLE color: 10622417.
HSL color Cylindrical-coordinate representation of color #D115A2: hue angle of 315º 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 #D115A2 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 162 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.18 |
| HSL | 315º | 0.82% | 0.45% | - |
| HSV(B) | 315º | 0.9% | 0.82% | - |
| XYZ | 33.08 | 16.7 | 35.66 | - |
| YUV | 93.29 | 166.78 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 162 | 0 | 0.90 | 0.22 | 0.18 | 315 | 0.82 | 0.45 |
| Hex | D1 | 15 | A2 | 0 | 5A | 16 | 12 | 13B | 52 | 2D |
| Octal | 321 | 25 | 242 | 0 | 132 | 26 | 22 | 473 | 122 | 55 |
| Binary | 11010001 | 10101 | 10100010 | 0 | 1011010 | 10110 | 10010 | 100111011 | 1010010 | 101101 |
Color Harmonies of #D115A2
Complementary color
Monochromatic Colors of #D115A2
Black with #D115A2
Text Example
Text Example
White with #D115A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115A2; }
p { color: rgb(209,21,162); }
H1.HeaderClassName
{
color: #D115A2;
}
.AnyTagClassName
{
color: #D115A2;
}
</style>
background-color css
<style>
a { background-color: #D115A2; }
a { background-color: rgb(209,21,162); }
div.DivClassName
{
background-color: #D115A2;
}
.BgClassName
{
background-color: #D115A2;
}
</style>
border-color css
<style>
span { border-color: #D115A2; }
span { border-color: rgb(209,21,162); }
td.TdClassName
{
border-color: #D115A2;
}
.TagClassName
{
border-color: #D115A2;
}
</style>