Shades of Medium Violet Red #D0177B
Tints of Medium Violet Red #D0177B
RGB
CMYK
RGB Variations
Color information
#D0177B (or 0xD0177B) is known color: Medium Violet Red. HEX triplet: D0, 17 and 7B. RGB value is (208,23,123). Sum of RGB (Red+Green+Blue) = 208+23+123=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0177B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0177B is #2FE884. Grayscale: #595959. Windows color (decimal): -3139717 or 8067024. OLE color: 8067024.
HSL color Cylindrical-coordinate representation of color #D0177B: hue angle of 327.57º 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 #D0177B is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 123 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.18 |
| HSL | 327.57º | 0.8% | 0.45% | - |
| HSV(B) | 327.57º | 0.89% | 0.82% | - |
| XYZ | 29.89 | 15.45 | 20.15 | - |
| YUV | 89.72 | 146.79 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 123 | 0 | 0.89 | 0.41 | 0.18 | 327.57 | 0.8 | 0.45 |
| Hex | D0 | 17 | 7B | 0 | 59 | 29 | 12 | 148 | 50 | 2D |
| Octal | 320 | 27 | 173 | 0 | 131 | 51 | 22 | 510 | 120 | 55 |
| Binary | 11010000 | 10111 | 1111011 | 0 | 1011001 | 101001 | 10010 | 101001000 | 1010000 | 101101 |
Color Harmonies of #D0177B
Complementary color
Monochromatic Colors of #D0177B
Black with #D0177B
Text Example
Text Example
White with #D0177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0177B; }
p { color: rgb(208,23,123); }
H1.HeaderClassName
{
color: #D0177B;
}
.AnyTagClassName
{
color: #D0177B;
}
</style>
background-color css
<style>
a { background-color: #D0177B; }
a { background-color: rgb(208,23,123); }
div.DivClassName
{
background-color: #D0177B;
}
.BgClassName
{
background-color: #D0177B;
}
</style>
border-color css
<style>
span { border-color: #D0177B; }
span { border-color: rgb(208,23,123); }
td.TdClassName
{
border-color: #D0177B;
}
.TagClassName
{
border-color: #D0177B;
}
</style>