Shades of Medium Violet Red #D91978
Tints of Medium Violet Red #D91978
RGB
CMYK
RGB Variations
Color information
#D91978 (or 0xD91978) is known color: Medium Violet Red. HEX triplet: D9, 19 and 78. RGB value is (217,25,120). Sum of RGB (Red+Green+Blue) = 217+25+120=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D91978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91978 is #26E687. Grayscale: #5D5D5D. Windows color (decimal): -2549384 or 7870937. OLE color: 7870937.
HSL color Cylindrical-coordinate representation of color #D91978: hue angle of 330.31º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91978 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 120 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.15 |
| HSL | 330.31º | 0.79% | 0.47% | - |
| HSV(B) | 330.31º | 0.88% | 0.85% | - |
| XYZ | 32.35 | 16.8 | 19.31 | - |
| YUV | 93.24 | 143.11 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 120 | 0 | 0.88 | 0.45 | 0.15 | 330.31 | 0.79 | 0.47 |
| Hex | D9 | 19 | 78 | 0 | 58 | 2D | F | 14A | 4F | 2F |
| Octal | 331 | 31 | 170 | 0 | 130 | 55 | 17 | 512 | 117 | 57 |
| Binary | 11011001 | 11001 | 1111000 | 0 | 1011000 | 101101 | 1111 | 101001010 | 1001111 | 101111 |
Color Harmonies of #D91978
Complementary color
Monochromatic Colors of #D91978
Black with #D91978
Text Example
Text Example
White with #D91978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91978; }
p { color: rgb(217,25,120); }
H1.HeaderClassName
{
color: #D91978;
}
.AnyTagClassName
{
color: #D91978;
}
</style>
background-color css
<style>
a { background-color: #D91978; }
a { background-color: rgb(217,25,120); }
div.DivClassName
{
background-color: #D91978;
}
.BgClassName
{
background-color: #D91978;
}
</style>
border-color css
<style>
span { border-color: #D91978; }
span { border-color: rgb(217,25,120); }
td.TdClassName
{
border-color: #D91978;
}
.TagClassName
{
border-color: #D91978;
}
</style>