Shades of Medium Violet Red #D90F7B
Tints of Medium Violet Red #D90F7B
RGB
CMYK
RGB Variations
Color information
#D90F7B (or 0xD90F7B) is known color: Medium Violet Red. HEX triplet: D9, 0F and 7B. RGB value is (217,15,123). Sum of RGB (Red+Green+Blue) = 217+15+123=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90F7B is #26F084. Grayscale: #575757. Windows color (decimal): -2551941 or 8064985. OLE color: 8064985.
HSL color Cylindrical-coordinate representation of color #D90F7B: hue angle of 327.92º 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 #D90F7B is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 123 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.15 |
| HSL | 327.92º | 0.87% | 0.45% | - |
| HSV(B) | 327.92º | 0.93% | 0.85% | - |
| XYZ | 32.36 | 16.52 | 20.22 | - |
| YUV | 87.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 123 | 0 | 0.93 | 0.43 | 0.15 | 327.92 | 0.87 | 0.45 |
| Hex | D9 | F | 7B | 0 | 5D | 2B | F | 148 | 57 | 2D |
| Octal | 331 | 17 | 173 | 0 | 135 | 53 | 17 | 510 | 127 | 55 |
| Binary | 11011001 | 1111 | 1111011 | 0 | 1011101 | 101011 | 1111 | 101001000 | 1010111 | 101101 |
Color Harmonies of #D90F7B
Complementary color
Monochromatic Colors of #D90F7B
Black with #D90F7B
Text Example
Text Example
White with #D90F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90F7B; }
p { color: rgb(217,15,123); }
H1.HeaderClassName
{
color: #D90F7B;
}
.AnyTagClassName
{
color: #D90F7B;
}
</style>
background-color css
<style>
a { background-color: #D90F7B; }
a { background-color: rgb(217,15,123); }
div.DivClassName
{
background-color: #D90F7B;
}
.BgClassName
{
background-color: #D90F7B;
}
</style>
border-color css
<style>
span { border-color: #D90F7B; }
span { border-color: rgb(217,15,123); }
td.TdClassName
{
border-color: #D90F7B;
}
.TagClassName
{
border-color: #D90F7B;
}
</style>