Shades of Medium Violet Red #D0179A
Tints of Medium Violet Red #D0179A
RGB
CMYK
RGB Variations
Color information
#D0179A (or 0xD0179A) is known color: Medium Violet Red. HEX triplet: D0, 17 and 9A. RGB value is (208,23,154). Sum of RGB (Red+Green+Blue) = 208+23+154=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0179A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0179A is #2FE865. Grayscale: #5C5C5C. Windows color (decimal): -3139686 or 10098640. OLE color: 10098640.
HSL color Cylindrical-coordinate representation of color #D0179A: hue angle of 317.51º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0179A is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 154 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.18 |
| HSL | 317.51º | 0.8% | 0.45% | - |
| HSV(B) | 317.51º | 0.89% | 0.82% | - |
| XYZ | 32.15 | 16.36 | 32.03 | - |
| YUV | 93.25 | 162.29 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 154 | 0 | 0.89 | 0.26 | 0.18 | 317.51 | 0.8 | 0.45 |
| Hex | D0 | 17 | 9A | 0 | 59 | 1A | 12 | 13E | 50 | 2D |
| Octal | 320 | 27 | 232 | 0 | 131 | 32 | 22 | 476 | 120 | 55 |
| Binary | 11010000 | 10111 | 10011010 | 0 | 1011001 | 11010 | 10010 | 100111110 | 1010000 | 101101 |
Color Harmonies of #D0179A
Complementary color
Monochromatic Colors of #D0179A
Black with #D0179A
Text Example
Text Example
White with #D0179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0179A; }
p { color: rgb(208,23,154); }
H1.HeaderClassName
{
color: #D0179A;
}
.AnyTagClassName
{
color: #D0179A;
}
</style>
background-color css
<style>
a { background-color: #D0179A; }
a { background-color: rgb(208,23,154); }
div.DivClassName
{
background-color: #D0179A;
}
.BgClassName
{
background-color: #D0179A;
}
</style>
border-color css
<style>
span { border-color: #D0179A; }
span { border-color: rgb(208,23,154); }
td.TdClassName
{
border-color: #D0179A;
}
.TagClassName
{
border-color: #D0179A;
}
</style>