Shades of Medium Violet Red #D90993
Tints of Medium Violet Red #D90993
RGB
CMYK
RGB Variations
Color information
#D90993 (or 0xD90993) is known color: Medium Violet Red. HEX triplet: D9, 09 and 93. RGB value is (217,9,147). Sum of RGB (Red+Green+Blue) = 217+9+147=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D90993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90993 is #26F66C. Grayscale: #565656. Windows color (decimal): -2553453 or 9636313. OLE color: 9636313.
HSL color Cylindrical-coordinate representation of color #D90993: hue angle of 320.19º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90993 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 147 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.15 |
| HSL | 320.19º | 0.92% | 0.44% | - |
| HSV(B) | 320.19º | 0.96% | 0.85% | - |
| XYZ | 33.98 | 17.05 | 29.1 | - |
| YUV | 86.92 | 161.91 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 147 | 0 | 0.96 | 0.32 | 0.15 | 320.19 | 0.92 | 0.44 |
| Hex | D9 | 9 | 93 | 0 | 60 | 20 | F | 140 | 5C | 2C |
| Octal | 331 | 11 | 223 | 0 | 140 | 40 | 17 | 500 | 134 | 54 |
| Binary | 11011001 | 1001 | 10010011 | 0 | 1100000 | 100000 | 1111 | 101000000 | 1011100 | 101100 |
Color Harmonies of #D90993
Complementary color
Monochromatic Colors of #D90993
Black with #D90993
Text Example
Text Example
White with #D90993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90993; }
p { color: rgb(217,9,147); }
H1.HeaderClassName
{
color: #D90993;
}
.AnyTagClassName
{
color: #D90993;
}
</style>
background-color css
<style>
a { background-color: #D90993; }
a { background-color: rgb(217,9,147); }
div.DivClassName
{
background-color: #D90993;
}
.BgClassName
{
background-color: #D90993;
}
</style>
border-color css
<style>
span { border-color: #D90993; }
span { border-color: rgb(217,9,147); }
td.TdClassName
{
border-color: #D90993;
}
.TagClassName
{
border-color: #D90993;
}
</style>