Shades of Medium Violet Red #D9168B
Tints of Medium Violet Red #D9168B
RGB
CMYK
RGB Variations
Color information
#D9168B (or 0xD9168B) is known color: Medium Violet Red. HEX triplet: D9, 16 and 8B. RGB value is (217,22,139). Sum of RGB (Red+Green+Blue) = 217+22+139=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9168B is #26E974. Grayscale: #5D5D5D. Windows color (decimal): -2550133 or 9115353. OLE color: 9115353.
HSL color Cylindrical-coordinate representation of color #D9168B: hue angle of 324º 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 #D9168B is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 139 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.15 |
| HSL | 324º | 0.82% | 0.47% | - |
| HSV(B) | 324º | 0.9% | 0.85% | - |
| XYZ | 33.56 | 17.19 | 25.98 | - |
| YUV | 93.64 | 153.6 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 139 | 0 | 0.90 | 0.36 | 0.15 | 324 | 0.82 | 0.47 |
| Hex | D9 | 16 | 8B | 0 | 5A | 24 | F | 144 | 52 | 2F |
| Octal | 331 | 26 | 213 | 0 | 132 | 44 | 17 | 504 | 122 | 57 |
| Binary | 11011001 | 10110 | 10001011 | 0 | 1011010 | 100100 | 1111 | 101000100 | 1010010 | 101111 |
Color Harmonies of #D9168B
Complementary color
Monochromatic Colors of #D9168B
Black with #D9168B
Text Example
Text Example
White with #D9168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9168B; }
p { color: rgb(217,22,139); }
H1.HeaderClassName
{
color: #D9168B;
}
.AnyTagClassName
{
color: #D9168B;
}
</style>
background-color css
<style>
a { background-color: #D9168B; }
a { background-color: rgb(217,22,139); }
div.DivClassName
{
background-color: #D9168B;
}
.BgClassName
{
background-color: #D9168B;
}
</style>
border-color css
<style>
span { border-color: #D9168B; }
span { border-color: rgb(217,22,139); }
td.TdClassName
{
border-color: #D9168B;
}
.TagClassName
{
border-color: #D9168B;
}
</style>