Shades of Medium Violet Red #D617A2
Tints of Medium Violet Red #D617A2
RGB
CMYK
RGB Variations
Color information
#D617A2 (or 0xD617A2) is known color: Medium Violet Red. HEX triplet: D6, 17 and A2. RGB value is (214,23,162). Sum of RGB (Red+Green+Blue) = 214+23+162=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D617A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D617A2 is #29E85D. Grayscale: #5F5F5F. Windows color (decimal): -2746462 or 10622934. OLE color: 10622934.
HSL color Cylindrical-coordinate representation of color #D617A2: hue angle of 316.34º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D617A2 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 162 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.16 |
| HSL | 316.34º | 0.81% | 0.46% | - |
| HSV(B) | 316.34º | 0.89% | 0.84% | - |
| XYZ | 34.56 | 17.52 | 35.74 | - |
| YUV | 95.96 | 165.28 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 162 | 0 | 0.89 | 0.24 | 0.16 | 316.34 | 0.81 | 0.46 |
| Hex | D6 | 17 | A2 | 0 | 59 | 18 | 10 | 13C | 51 | 2E |
| Octal | 326 | 27 | 242 | 0 | 131 | 30 | 20 | 474 | 121 | 56 |
| Binary | 11010110 | 10111 | 10100010 | 0 | 1011001 | 11000 | 10000 | 100111100 | 1010001 | 101110 |
Color Harmonies of #D617A2
Complementary color
Monochromatic Colors of #D617A2
Black with #D617A2
Text Example
Text Example
White with #D617A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D617A2; }
p { color: rgb(214,23,162); }
H1.HeaderClassName
{
color: #D617A2;
}
.AnyTagClassName
{
color: #D617A2;
}
</style>
background-color css
<style>
a { background-color: #D617A2; }
a { background-color: rgb(214,23,162); }
div.DivClassName
{
background-color: #D617A2;
}
.BgClassName
{
background-color: #D617A2;
}
</style>
border-color css
<style>
span { border-color: #D617A2; }
span { border-color: rgb(214,23,162); }
td.TdClassName
{
border-color: #D617A2;
}
.TagClassName
{
border-color: #D617A2;
}
</style>