Shades of Medium Violet Red #D90186
Tints of Medium Violet Red #D90186
RGB
CMYK
RGB Variations
Color information
#D90186 (or 0xD90186) is known color: Medium Violet Red. HEX triplet: D9, 01 and 86. RGB value is (217,1,134). Sum of RGB (Red+Green+Blue) = 217+1+134=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D90186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90186 is #26FE79. Grayscale: #505050. Windows color (decimal): -2555514 or 8782297. OLE color: 8782297.
HSL color Cylindrical-coordinate representation of color #D90186: hue angle of 323.06º 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 #D90186 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 134 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.15 |
| HSL | 323.06º | 0.99% | 0.43% | - |
| HSV(B) | 323.06º | 1% | 0.85% | - |
| XYZ | 32.93 | 16.49 | 24 | - |
| YUV | 80.75 | 158.06 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 134 | 0 | 1.00 | 0.38 | 0.15 | 323.06 | 0.99 | 0.43 |
| Hex | D9 | 1 | 86 | 0 | 64 | 26 | F | 143 | 63 | 2B |
| Octal | 331 | 1 | 206 | 0 | 144 | 46 | 17 | 503 | 143 | 53 |
| Binary | 11011001 | 1 | 10000110 | 0 | 1100100 | 100110 | 1111 | 101000011 | 1100011 | 101011 |
Color Harmonies of #D90186
Complementary color
Monochromatic Colors of #D90186
Black with #D90186
Text Example
Text Example
White with #D90186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90186; }
p { color: rgb(217,1,134); }
H1.HeaderClassName
{
color: #D90186;
}
.AnyTagClassName
{
color: #D90186;
}
</style>
background-color css
<style>
a { background-color: #D90186; }
a { background-color: rgb(217,1,134); }
div.DivClassName
{
background-color: #D90186;
}
.BgClassName
{
background-color: #D90186;
}
</style>
border-color css
<style>
span { border-color: #D90186; }
span { border-color: rgb(217,1,134); }
td.TdClassName
{
border-color: #D90186;
}
.TagClassName
{
border-color: #D90186;
}
</style>