Shades of Medium Violet Red #D9167C
Tints of Medium Violet Red #D9167C
RGB
CMYK
RGB Variations
Color information
#D9167C (or 0xD9167C) is known color: Medium Violet Red. HEX triplet: D9, 16 and 7C. RGB value is (217,22,124). Sum of RGB (Red+Green+Blue) = 217+22+124=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D9167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9167C is #26E983. Grayscale: #5B5B5B. Windows color (decimal): -2550148 or 8132313. OLE color: 8132313.
HSL color Cylindrical-coordinate representation of color #D9167C: hue angle of 328.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9167C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 124 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.15 |
| HSL | 328.62º | 0.82% | 0.47% | - |
| HSV(B) | 328.62º | 0.9% | 0.85% | - |
| XYZ | 32.54 | 16.78 | 20.59 | - |
| YUV | 91.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 124 | 0 | 0.90 | 0.43 | 0.15 | 328.62 | 0.82 | 0.47 |
| Hex | D9 | 16 | 7C | 0 | 5A | 2B | F | 149 | 52 | 2F |
| Octal | 331 | 26 | 174 | 0 | 132 | 53 | 17 | 511 | 122 | 57 |
| Binary | 11011001 | 10110 | 1111100 | 0 | 1011010 | 101011 | 1111 | 101001001 | 1010010 | 101111 |
Color Harmonies of #D9167C
Complementary color
Monochromatic Colors of #D9167C
Black with #D9167C
Text Example
Text Example
White with #D9167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9167C; }
p { color: rgb(217,22,124); }
H1.HeaderClassName
{
color: #D9167C;
}
.AnyTagClassName
{
color: #D9167C;
}
</style>
background-color css
<style>
a { background-color: #D9167C; }
a { background-color: rgb(217,22,124); }
div.DivClassName
{
background-color: #D9167C;
}
.BgClassName
{
background-color: #D9167C;
}
</style>
border-color css
<style>
span { border-color: #D9167C; }
span { border-color: rgb(217,22,124); }
td.TdClassName
{
border-color: #D9167C;
}
.TagClassName
{
border-color: #D9167C;
}
</style>