Shades of Medium Violet Red #D90878
Tints of Medium Violet Red #D90878
RGB
CMYK
RGB Variations
Color information
#D90878 (or 0xD90878) is known color: Medium Violet Red. HEX triplet: D9, 08 and 78. RGB value is (217,8,120). Sum of RGB (Red+Green+Blue) = 217+8+120=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D90878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90878 is #26F787. Grayscale: #535353. Windows color (decimal): -2553736 or 7866585. OLE color: 7866585.
HSL color Cylindrical-coordinate representation of color #D90878: hue angle of 327.85º degrees, saturation: 0.93, 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 #D90878 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.15 |
| HSL | 327.85º | 0.93% | 0.44% | - |
| HSV(B) | 327.85º | 0.96% | 0.85% | - |
| XYZ | 32.09 | 16.28 | 19.22 | - |
| YUV | 83.26 | 148.74 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 120 | 0 | 0.96 | 0.45 | 0.15 | 327.85 | 0.93 | 0.44 |
| Hex | D9 | 8 | 78 | 0 | 60 | 2D | F | 148 | 5D | 2C |
| Octal | 331 | 10 | 170 | 0 | 140 | 55 | 17 | 510 | 135 | 54 |
| Binary | 11011001 | 1000 | 1111000 | 0 | 1100000 | 101101 | 1111 | 101001000 | 1011101 | 101100 |
Color Harmonies of #D90878
Complementary color
Monochromatic Colors of #D90878
Black with #D90878
Text Example
Text Example
White with #D90878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90878; }
p { color: rgb(217,8,120); }
H1.HeaderClassName
{
color: #D90878;
}
.AnyTagClassName
{
color: #D90878;
}
</style>
background-color css
<style>
a { background-color: #D90878; }
a { background-color: rgb(217,8,120); }
div.DivClassName
{
background-color: #D90878;
}
.BgClassName
{
background-color: #D90878;
}
</style>
border-color css
<style>
span { border-color: #D90878; }
span { border-color: rgb(217,8,120); }
td.TdClassName
{
border-color: #D90878;
}
.TagClassName
{
border-color: #D90878;
}
</style>