Shades of Medium Violet Red #D90F93
Tints of Medium Violet Red #D90F93
RGB
CMYK
RGB Variations
Color information
#D90F93 (or 0xD90F93) is known color: Medium Violet Red. HEX triplet: D9, 0F and 93. RGB value is (217,15,147). Sum of RGB (Red+Green+Blue) = 217+15+147=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90F93 is #26F06C. Grayscale: #5A5A5A. Windows color (decimal): -2551917 or 9637849. OLE color: 9637849.
HSL color Cylindrical-coordinate representation of color #D90F93: hue angle of 320.79º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D90F93 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 147 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.15 |
| HSL | 320.79º | 0.87% | 0.45% | - |
| HSV(B) | 320.79º | 0.93% | 0.85% | - |
| XYZ | 34.05 | 17.2 | 29.13 | - |
| YUV | 90.45 | 159.92 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 147 | 0 | 0.93 | 0.32 | 0.15 | 320.79 | 0.87 | 0.45 |
| Hex | D9 | F | 93 | 0 | 5D | 20 | F | 141 | 57 | 2D |
| Octal | 331 | 17 | 223 | 0 | 135 | 40 | 17 | 501 | 127 | 55 |
| Binary | 11011001 | 1111 | 10010011 | 0 | 1011101 | 100000 | 1111 | 101000001 | 1010111 | 101101 |
Color Harmonies of #D90F93
Complementary color
Monochromatic Colors of #D90F93
Black with #D90F93
Text Example
Text Example
White with #D90F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90F93; }
p { color: rgb(217,15,147); }
H1.HeaderClassName
{
color: #D90F93;
}
.AnyTagClassName
{
color: #D90F93;
}
</style>
background-color css
<style>
a { background-color: #D90F93; }
a { background-color: rgb(217,15,147); }
div.DivClassName
{
background-color: #D90F93;
}
.BgClassName
{
background-color: #D90F93;
}
</style>
border-color css
<style>
span { border-color: #D90F93; }
span { border-color: rgb(217,15,147); }
td.TdClassName
{
border-color: #D90F93;
}
.TagClassName
{
border-color: #D90F93;
}
</style>