Shades of Medium Violet Red #D0178F
Tints of Medium Violet Red #D0178F
RGB
CMYK
RGB Variations
Color information
#D0178F (or 0xD0178F) is known color: Medium Violet Red. HEX triplet: D0, 17 and 8F. RGB value is (208,23,143). Sum of RGB (Red+Green+Blue) = 208+23+143=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0178F is #2FE870. Grayscale: #5B5B5B. Windows color (decimal): -3139697 or 9377744. OLE color: 9377744.
HSL color Cylindrical-coordinate representation of color #D0178F: hue angle of 321.08º 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 #D0178F is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 143 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.18 |
| HSL | 321.08º | 0.8% | 0.45% | - |
| HSV(B) | 321.08º | 0.89% | 0.82% | - |
| XYZ | 31.28 | 16.01 | 27.43 | - |
| YUV | 92 | 156.79 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 143 | 0 | 0.89 | 0.31 | 0.18 | 321.08 | 0.8 | 0.45 |
| Hex | D0 | 17 | 8F | 0 | 59 | 1F | 12 | 141 | 50 | 2D |
| Octal | 320 | 27 | 217 | 0 | 131 | 37 | 22 | 501 | 120 | 55 |
| Binary | 11010000 | 10111 | 10001111 | 0 | 1011001 | 11111 | 10010 | 101000001 | 1010000 | 101101 |
Color Harmonies of #D0178F
Complementary color
Monochromatic Colors of #D0178F
Black with #D0178F
Text Example
Text Example
White with #D0178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0178F; }
p { color: rgb(208,23,143); }
H1.HeaderClassName
{
color: #D0178F;
}
.AnyTagClassName
{
color: #D0178F;
}
</style>
background-color css
<style>
a { background-color: #D0178F; }
a { background-color: rgb(208,23,143); }
div.DivClassName
{
background-color: #D0178F;
}
.BgClassName
{
background-color: #D0178F;
}
</style>
border-color css
<style>
span { border-color: #D0178F; }
span { border-color: rgb(208,23,143); }
td.TdClassName
{
border-color: #D0178F;
}
.TagClassName
{
border-color: #D0178F;
}
</style>