Shades of Medium Violet Red #D90185
Tints of Medium Violet Red #D90185
RGB
CMYK
RGB Variations
Color information
#D90185 (or 0xD90185) is known color: Medium Violet Red. HEX triplet: D9, 01 and 85. RGB value is (217,1,133). Sum of RGB (Red+Green+Blue) = 217+1+133=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D90185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90185 is #26FE7A. Grayscale: #505050. Windows color (decimal): -2555515 or 8716761. OLE color: 8716761.
HSL color Cylindrical-coordinate representation of color #D90185: hue angle of 323.33º 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 #D90185 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.15 |
| HSL | 323.33º | 0.99% | 0.43% | - |
| HSV(B) | 323.33º | 1% | 0.85% | - |
| XYZ | 32.86 | 16.47 | 23.64 | - |
| YUV | 80.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 133 | 0 | 1.00 | 0.39 | 0.15 | 323.33 | 0.99 | 0.43 |
| Hex | D9 | 1 | 85 | 0 | 64 | 27 | F | 143 | 63 | 2B |
| Octal | 331 | 1 | 205 | 0 | 144 | 47 | 17 | 503 | 143 | 53 |
| Binary | 11011001 | 1 | 10000101 | 0 | 1100100 | 100111 | 1111 | 101000011 | 1100011 | 101011 |
Color Harmonies of #D90185
Complementary color
Monochromatic Colors of #D90185
Black with #D90185
Text Example
Text Example
White with #D90185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90185; }
p { color: rgb(217,1,133); }
H1.HeaderClassName
{
color: #D90185;
}
.AnyTagClassName
{
color: #D90185;
}
</style>
background-color css
<style>
a { background-color: #D90185; }
a { background-color: rgb(217,1,133); }
div.DivClassName
{
background-color: #D90185;
}
.BgClassName
{
background-color: #D90185;
}
</style>
border-color css
<style>
span { border-color: #D90185; }
span { border-color: rgb(217,1,133); }
td.TdClassName
{
border-color: #D90185;
}
.TagClassName
{
border-color: #D90185;
}
</style>