Shades of Medium Violet Red #D90083
Tints of Medium Violet Red #D90083
RGB
CMYK
RGB Variations
Color information
#D90083 (or 0xD90083) is known color: Medium Violet Red. HEX triplet: D9, 00 and 83. RGB value is (217,0,131). Sum of RGB (Red+Green+Blue) = 217+0+131=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D90083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90083 is #26FF7C. Grayscale: #4F4F4F. Windows color (decimal): -2555773 or 8585433. OLE color: 8585433.
HSL color Cylindrical-coordinate representation of color #D90083: hue angle of 323.78º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90083 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.40 | 0.15 |
| HSL | 323.78º | 1% | 0.43% | - |
| HSV(B) | 323.78º | 1% | 0.85% | - |
| XYZ | 32.71 | 16.39 | 22.91 | - |
| YUV | 79.82 | 156.89 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 131 | 0 | 1 | 0.40 | 0.15 | 323.78 | 1 | 0.43 |
| Hex | D9 | 0 | 83 | 0 | 64 | 28 | F | 144 | 64 | 2B |
| Octal | 331 | 0 | 203 | 0 | 144 | 50 | 17 | 504 | 144 | 53 |
| Binary | 11011001 | 0 | 10000011 | 0 | 1100100 | 101000 | 1111 | 101000100 | 1100100 | 101011 |
Color Harmonies of #D90083
Complementary color
Monochromatic Colors of #D90083
Black with #D90083
Text Example
Text Example
White with #D90083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90083; }
p { color: rgb(217,0,131); }
H1.HeaderClassName
{
color: #D90083;
}
.AnyTagClassName
{
color: #D90083;
}
</style>
background-color css
<style>
a { background-color: #D90083; }
a { background-color: rgb(217,0,131); }
div.DivClassName
{
background-color: #D90083;
}
.BgClassName
{
background-color: #D90083;
}
</style>
border-color css
<style>
span { border-color: #D90083; }
span { border-color: rgb(217,0,131); }
td.TdClassName
{
border-color: #D90083;
}
.TagClassName
{
border-color: #D90083;
}
</style>