Shades of Medium Violet Red #D0178D
Tints of Medium Violet Red #D0178D
RGB
CMYK
RGB Variations
Color information
#D0178D (or 0xD0178D) is known color: Medium Violet Red. HEX triplet: D0, 17 and 8D. RGB value is (208,23,141). Sum of RGB (Red+Green+Blue) = 208+23+141=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0178D is #2FE872. Grayscale: #5B5B5B. Windows color (decimal): -3139699 or 9246672. OLE color: 9246672.
HSL color Cylindrical-coordinate representation of color #D0178D: hue angle of 321.73º 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 #D0178D is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 141 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.18 |
| HSL | 321.73º | 0.8% | 0.45% | - |
| HSV(B) | 321.73º | 0.89% | 0.82% | - |
| XYZ | 31.13 | 15.95 | 26.64 | - |
| YUV | 91.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 141 | 0 | 0.89 | 0.32 | 0.18 | 321.73 | 0.8 | 0.45 |
| Hex | D0 | 17 | 8D | 0 | 59 | 20 | 12 | 142 | 50 | 2D |
| Octal | 320 | 27 | 215 | 0 | 131 | 40 | 22 | 502 | 120 | 55 |
| Binary | 11010000 | 10111 | 10001101 | 0 | 1011001 | 100000 | 10010 | 101000010 | 1010000 | 101101 |
Color Harmonies of #D0178D
Complementary color
Monochromatic Colors of #D0178D
Black with #D0178D
Text Example
Text Example
White with #D0178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0178D; }
p { color: rgb(208,23,141); }
H1.HeaderClassName
{
color: #D0178D;
}
.AnyTagClassName
{
color: #D0178D;
}
</style>
background-color css
<style>
a { background-color: #D0178D; }
a { background-color: rgb(208,23,141); }
div.DivClassName
{
background-color: #D0178D;
}
.BgClassName
{
background-color: #D0178D;
}
</style>
border-color css
<style>
span { border-color: #D0178D; }
span { border-color: rgb(208,23,141); }
td.TdClassName
{
border-color: #D0178D;
}
.TagClassName
{
border-color: #D0178D;
}
</style>