Shades of Medium Violet Red #D90177
Tints of Medium Violet Red #D90177
RGB
CMYK
RGB Variations
Color information
#D90177 (or 0xD90177) is known color: Medium Violet Red. HEX triplet: D9, 01 and 77. RGB value is (217,1,119). Sum of RGB (Red+Green+Blue) = 217+1+119=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D90177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90177 is #26FE88. Grayscale: #4E4E4E. Windows color (decimal): -2555529 or 7799257. OLE color: 7799257.
HSL color Cylindrical-coordinate representation of color #D90177: hue angle of 327.22º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90177 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 119 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.15 |
| HSL | 327.22º | 0.99% | 0.43% | - |
| HSV(B) | 327.22º | 1% | 0.85% | - |
| XYZ | 31.96 | 16.11 | 18.88 | - |
| YUV | 79.04 | 150.56 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 119 | 0 | 1.00 | 0.45 | 0.15 | 327.22 | 0.99 | 0.43 |
| Hex | D9 | 1 | 77 | 0 | 64 | 2D | F | 147 | 63 | 2B |
| Octal | 331 | 1 | 167 | 0 | 144 | 55 | 17 | 507 | 143 | 53 |
| Binary | 11011001 | 1 | 1110111 | 0 | 1100100 | 101101 | 1111 | 101000111 | 1100011 | 101011 |
Color Harmonies of #D90177
Complementary color
Monochromatic Colors of #D90177
Black with #D90177
Text Example
Text Example
White with #D90177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90177; }
p { color: rgb(217,1,119); }
H1.HeaderClassName
{
color: #D90177;
}
.AnyTagClassName
{
color: #D90177;
}
</style>
background-color css
<style>
a { background-color: #D90177; }
a { background-color: rgb(217,1,119); }
div.DivClassName
{
background-color: #D90177;
}
.BgClassName
{
background-color: #D90177;
}
</style>
border-color css
<style>
span { border-color: #D90177; }
span { border-color: rgb(217,1,119); }
td.TdClassName
{
border-color: #D90177;
}
.TagClassName
{
border-color: #D90177;
}
</style>