Shades of Medium Violet Red #D90384
Tints of Medium Violet Red #D90384
RGB
CMYK
RGB Variations
Color information
#D90384 (or 0xD90384) is known color: Medium Violet Red. HEX triplet: D9, 03 and 84. RGB value is (217,3,132). Sum of RGB (Red+Green+Blue) = 217+3+132=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D90384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90384 is #26FC7B. Grayscale: #515151. Windows color (decimal): -2555004 or 8651737. OLE color: 8651737.
HSL color Cylindrical-coordinate representation of color #D90384: hue angle of 323.83º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90384 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.15 |
| HSL | 323.83º | 0.97% | 0.43% | - |
| HSV(B) | 323.83º | 0.99% | 0.85% | - |
| XYZ | 32.81 | 16.48 | 23.28 | - |
| YUV | 81.69 | 156.4 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 132 | 0 | 0.99 | 0.39 | 0.15 | 323.83 | 0.97 | 0.43 |
| Hex | D9 | 3 | 84 | 0 | 63 | 27 | F | 144 | 61 | 2B |
| Octal | 331 | 3 | 204 | 0 | 143 | 47 | 17 | 504 | 141 | 53 |
| Binary | 11011001 | 11 | 10000100 | 0 | 1100011 | 100111 | 1111 | 101000100 | 1100001 | 101011 |
Color Harmonies of #D90384
Complementary color
Monochromatic Colors of #D90384
Black with #D90384
Text Example
Text Example
White with #D90384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90384; }
p { color: rgb(217,3,132); }
H1.HeaderClassName
{
color: #D90384;
}
.AnyTagClassName
{
color: #D90384;
}
</style>
background-color css
<style>
a { background-color: #D90384; }
a { background-color: rgb(217,3,132); }
div.DivClassName
{
background-color: #D90384;
}
.BgClassName
{
background-color: #D90384;
}
</style>
border-color css
<style>
span { border-color: #D90384; }
span { border-color: rgb(217,3,132); }
td.TdClassName
{
border-color: #D90384;
}
.TagClassName
{
border-color: #D90384;
}
</style>