Shades of Medium Violet Red #D712A1
Tints of Medium Violet Red #D712A1
RGB
CMYK
RGB Variations
Color information
#D712A1 (or 0xD712A1) is known color: Medium Violet Red. HEX triplet: D7, 12 and A1. RGB value is (215,18,161). Sum of RGB (Red+Green+Blue) = 215+18+161=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D712A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D712A1 is #28ED5E. Grayscale: #5C5C5C. Windows color (decimal): -2682207 or 10556119. OLE color: 10556119.
HSL color Cylindrical-coordinate representation of color #D712A1: hue angle of 316.45º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D712A1 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 161 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.16 |
| HSL | 316.45º | 0.85% | 0.46% | - |
| HSV(B) | 316.45º | 0.92% | 0.84% | - |
| XYZ | 34.67 | 17.45 | 35.26 | - |
| YUV | 93.21 | 166.27 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 161 | 0 | 0.92 | 0.25 | 0.16 | 316.45 | 0.85 | 0.46 |
| Hex | D7 | 12 | A1 | 0 | 5C | 19 | 10 | 13C | 55 | 2E |
| Octal | 327 | 22 | 241 | 0 | 134 | 31 | 20 | 474 | 125 | 56 |
| Binary | 11010111 | 10010 | 10100001 | 0 | 1011100 | 11001 | 10000 | 100111100 | 1010101 | 101110 |
Color Harmonies of #D712A1
Complementary color
Monochromatic Colors of #D712A1
Black with #D712A1
Text Example
Text Example
White with #D712A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D712A1; }
p { color: rgb(215,18,161); }
H1.HeaderClassName
{
color: #D712A1;
}
.AnyTagClassName
{
color: #D712A1;
}
</style>
background-color css
<style>
a { background-color: #D712A1; }
a { background-color: rgb(215,18,161); }
div.DivClassName
{
background-color: #D712A1;
}
.BgClassName
{
background-color: #D712A1;
}
</style>
border-color css
<style>
span { border-color: #D712A1; }
span { border-color: rgb(215,18,161); }
td.TdClassName
{
border-color: #D712A1;
}
.TagClassName
{
border-color: #D712A1;
}
</style>