Shades of Medium Violet Red #D0178A
Tints of Medium Violet Red #D0178A
RGB
CMYK
RGB Variations
Color information
#D0178A (or 0xD0178A) is known color: Medium Violet Red. HEX triplet: D0, 17 and 8A. RGB value is (208,23,138). Sum of RGB (Red+Green+Blue) = 208+23+138=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0178A is #2FE875. Grayscale: #5B5B5B. Windows color (decimal): -3139702 or 9050064. OLE color: 9050064.
HSL color Cylindrical-coordinate representation of color #D0178A: hue angle of 322.7º 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 #D0178A is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 138 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.18 |
| HSL | 322.7º | 0.8% | 0.45% | - |
| HSV(B) | 322.7º | 0.89% | 0.82% | - |
| XYZ | 30.91 | 15.86 | 25.48 | - |
| YUV | 91.43 | 154.29 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 138 | 0 | 0.89 | 0.34 | 0.18 | 322.7 | 0.8 | 0.45 |
| Hex | D0 | 17 | 8A | 0 | 59 | 22 | 12 | 143 | 50 | 2D |
| Octal | 320 | 27 | 212 | 0 | 131 | 42 | 22 | 503 | 120 | 55 |
| Binary | 11010000 | 10111 | 10001010 | 0 | 1011001 | 100010 | 10010 | 101000011 | 1010000 | 101101 |
Color Harmonies of #D0178A
Complementary color
Monochromatic Colors of #D0178A
Black with #D0178A
Text Example
Text Example
White with #D0178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0178A; }
p { color: rgb(208,23,138); }
H1.HeaderClassName
{
color: #D0178A;
}
.AnyTagClassName
{
color: #D0178A;
}
</style>
background-color css
<style>
a { background-color: #D0178A; }
a { background-color: rgb(208,23,138); }
div.DivClassName
{
background-color: #D0178A;
}
.BgClassName
{
background-color: #D0178A;
}
</style>
border-color css
<style>
span { border-color: #D0178A; }
span { border-color: rgb(208,23,138); }
td.TdClassName
{
border-color: #D0178A;
}
.TagClassName
{
border-color: #D0178A;
}
</style>