Shades of Medium Violet Red #D90178
Tints of Medium Violet Red #D90178
RGB
CMYK
RGB Variations
Color information
#D90178 (or 0xD90178) is known color: Medium Violet Red. HEX triplet: D9, 01 and 78. RGB value is (217,1,120). Sum of RGB (Red+Green+Blue) = 217+1+120=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D90178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90178 is #26FE87. Grayscale: #4E4E4E. Windows color (decimal): -2555528 or 7864793. OLE color: 7864793.
HSL color Cylindrical-coordinate representation of color #D90178: hue angle of 326.94º 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 #D90178 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 120 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.15 |
| HSL | 326.94º | 0.99% | 0.43% | - |
| HSV(B) | 326.94º | 1% | 0.85% | - |
| XYZ | 32.02 | 16.13 | 19.2 | - |
| YUV | 79.15 | 151.06 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 120 | 0 | 1.00 | 0.45 | 0.15 | 326.94 | 0.99 | 0.43 |
| Hex | D9 | 1 | 78 | 0 | 64 | 2D | F | 147 | 63 | 2B |
| Octal | 331 | 1 | 170 | 0 | 144 | 55 | 17 | 507 | 143 | 53 |
| Binary | 11011001 | 1 | 1111000 | 0 | 1100100 | 101101 | 1111 | 101000111 | 1100011 | 101011 |
Color Harmonies of #D90178
Complementary color
Monochromatic Colors of #D90178
Black with #D90178
Text Example
Text Example
White with #D90178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90178; }
p { color: rgb(217,1,120); }
H1.HeaderClassName
{
color: #D90178;
}
.AnyTagClassName
{
color: #D90178;
}
</style>
background-color css
<style>
a { background-color: #D90178; }
a { background-color: rgb(217,1,120); }
div.DivClassName
{
background-color: #D90178;
}
.BgClassName
{
background-color: #D90178;
}
</style>
border-color css
<style>
span { border-color: #D90178; }
span { border-color: rgb(217,1,120); }
td.TdClassName
{
border-color: #D90178;
}
.TagClassName
{
border-color: #D90178;
}
</style>