Shades of Medium Violet Red #D9088B
Tints of Medium Violet Red #D9088B
RGB
CMYK
RGB Variations
Color information
#D9088B (or 0xD9088B) is known color: Medium Violet Red. HEX triplet: D9, 08 and 8B. RGB value is (217,8,139). Sum of RGB (Red+Green+Blue) = 217+8+139=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D9088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9088B is #26F774. Grayscale: #555555. Windows color (decimal): -2553717 or 9111769. OLE color: 9111769.
HSL color Cylindrical-coordinate representation of color #D9088B: hue angle of 322.39º 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 #D9088B is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.15 |
| HSL | 322.39º | 0.93% | 0.44% | - |
| HSV(B) | 322.39º | 0.96% | 0.85% | - |
| XYZ | 33.36 | 16.79 | 25.91 | - |
| YUV | 85.43 | 158.24 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 139 | 0 | 0.96 | 0.36 | 0.15 | 322.39 | 0.93 | 0.44 |
| Hex | D9 | 8 | 8B | 0 | 60 | 24 | F | 142 | 5D | 2C |
| Octal | 331 | 10 | 213 | 0 | 140 | 44 | 17 | 502 | 135 | 54 |
| Binary | 11011001 | 1000 | 10001011 | 0 | 1100000 | 100100 | 1111 | 101000010 | 1011101 | 101100 |
Color Harmonies of #D9088B
Complementary color
Monochromatic Colors of #D9088B
Black with #D9088B
Text Example
Text Example
White with #D9088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9088B; }
p { color: rgb(217,8,139); }
H1.HeaderClassName
{
color: #D9088B;
}
.AnyTagClassName
{
color: #D9088B;
}
</style>
background-color css
<style>
a { background-color: #D9088B; }
a { background-color: rgb(217,8,139); }
div.DivClassName
{
background-color: #D9088B;
}
.BgClassName
{
background-color: #D9088B;
}
</style>
border-color css
<style>
span { border-color: #D9088B; }
span { border-color: rgb(217,8,139); }
td.TdClassName
{
border-color: #D9088B;
}
.TagClassName
{
border-color: #D9088B;
}
</style>