Shades of Medium Violet Red #D90F78
Tints of Medium Violet Red #D90F78
RGB
CMYK
RGB Variations
Color information
#D90F78 (or 0xD90F78) is known color: Medium Violet Red. HEX triplet: D9, 0F and 78. RGB value is (217,15,120). Sum of RGB (Red+Green+Blue) = 217+15+120=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90F78 is #26F087. Grayscale: #575757. Windows color (decimal): -2551944 or 7868377. OLE color: 7868377.
HSL color Cylindrical-coordinate representation of color #D90F78: hue angle of 328.81º 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 #D90F78 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 120 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.15 |
| HSL | 328.81º | 0.87% | 0.45% | - |
| HSV(B) | 328.81º | 0.93% | 0.85% | - |
| XYZ | 32.18 | 16.45 | 19.25 | - |
| YUV | 87.37 | 146.42 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 120 | 0 | 0.93 | 0.45 | 0.15 | 328.81 | 0.87 | 0.45 |
| Hex | D9 | F | 78 | 0 | 5D | 2D | F | 149 | 57 | 2D |
| Octal | 331 | 17 | 170 | 0 | 135 | 55 | 17 | 511 | 127 | 55 |
| Binary | 11011001 | 1111 | 1111000 | 0 | 1011101 | 101101 | 1111 | 101001001 | 1010111 | 101101 |
Color Harmonies of #D90F78
Complementary color
Monochromatic Colors of #D90F78
Black with #D90F78
Text Example
Text Example
White with #D90F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90F78; }
p { color: rgb(217,15,120); }
H1.HeaderClassName
{
color: #D90F78;
}
.AnyTagClassName
{
color: #D90F78;
}
</style>
background-color css
<style>
a { background-color: #D90F78; }
a { background-color: rgb(217,15,120); }
div.DivClassName
{
background-color: #D90F78;
}
.BgClassName
{
background-color: #D90F78;
}
</style>
border-color css
<style>
span { border-color: #D90F78; }
span { border-color: rgb(217,15,120); }
td.TdClassName
{
border-color: #D90F78;
}
.TagClassName
{
border-color: #D90F78;
}
</style>