Shades of Medium Violet Red #D0177F
Tints of Medium Violet Red #D0177F
RGB
CMYK
RGB Variations
Color information
#D0177F (or 0xD0177F) is known color: Medium Violet Red. HEX triplet: D0, 17 and 7F. RGB value is (208,23,127). Sum of RGB (Red+Green+Blue) = 208+23+127=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0177F is #2FE880. Grayscale: #595959. Windows color (decimal): -3139713 or 8329168. OLE color: 8329168.
HSL color Cylindrical-coordinate representation of color #D0177F: hue angle of 326.27º 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 #D0177F is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 127 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.18 |
| HSL | 326.27º | 0.8% | 0.45% | - |
| HSV(B) | 326.27º | 0.89% | 0.82% | - |
| XYZ | 30.15 | 15.55 | 21.49 | - |
| YUV | 90.17 | 148.79 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 127 | 0 | 0.89 | 0.39 | 0.18 | 326.27 | 0.8 | 0.45 |
| Hex | D0 | 17 | 7F | 0 | 59 | 27 | 12 | 146 | 50 | 2D |
| Octal | 320 | 27 | 177 | 0 | 131 | 47 | 22 | 506 | 120 | 55 |
| Binary | 11010000 | 10111 | 1111111 | 0 | 1011001 | 100111 | 10010 | 101000110 | 1010000 | 101101 |
Color Harmonies of #D0177F
Complementary color
Monochromatic Colors of #D0177F
Black with #D0177F
Text Example
Text Example
White with #D0177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0177F; }
p { color: rgb(208,23,127); }
H1.HeaderClassName
{
color: #D0177F;
}
.AnyTagClassName
{
color: #D0177F;
}
</style>
background-color css
<style>
a { background-color: #D0177F; }
a { background-color: rgb(208,23,127); }
div.DivClassName
{
background-color: #D0177F;
}
.BgClassName
{
background-color: #D0177F;
}
</style>
border-color css
<style>
span { border-color: #D0177F; }
span { border-color: rgb(208,23,127); }
td.TdClassName
{
border-color: #D0177F;
}
.TagClassName
{
border-color: #D0177F;
}
</style>