Shades of Medium Violet Red #D9088C
Tints of Medium Violet Red #D9088C
RGB
CMYK
RGB Variations
Color information
#D9088C (or 0xD9088C) is known color: Medium Violet Red. HEX triplet: D9, 08 and 8C. RGB value is (217,8,140). Sum of RGB (Red+Green+Blue) = 217+8+140=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9088C is #26F773. Grayscale: #555555. Windows color (decimal): -2553716 or 9177305. OLE color: 9177305.
HSL color Cylindrical-coordinate representation of color #D9088C: hue angle of 322.11º 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 #D9088C is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.15 |
| HSL | 322.11º | 0.93% | 0.44% | - |
| HSV(B) | 322.11º | 0.96% | 0.85% | - |
| XYZ | 33.44 | 16.82 | 26.3 | - |
| YUV | 85.54 | 158.74 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 140 | 0 | 0.96 | 0.35 | 0.15 | 322.11 | 0.93 | 0.44 |
| Hex | D9 | 8 | 8C | 0 | 60 | 23 | F | 142 | 5D | 2C |
| Octal | 331 | 10 | 214 | 0 | 140 | 43 | 17 | 502 | 135 | 54 |
| Binary | 11011001 | 1000 | 10001100 | 0 | 1100000 | 100011 | 1111 | 101000010 | 1011101 | 101100 |
Color Harmonies of #D9088C
Complementary color
Monochromatic Colors of #D9088C
Black with #D9088C
Text Example
Text Example
White with #D9088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9088C; }
p { color: rgb(217,8,140); }
H1.HeaderClassName
{
color: #D9088C;
}
.AnyTagClassName
{
color: #D9088C;
}
</style>
background-color css
<style>
a { background-color: #D9088C; }
a { background-color: rgb(217,8,140); }
div.DivClassName
{
background-color: #D9088C;
}
.BgClassName
{
background-color: #D9088C;
}
</style>
border-color css
<style>
span { border-color: #D9088C; }
span { border-color: rgb(217,8,140); }
td.TdClassName
{
border-color: #D9088C;
}
.TagClassName
{
border-color: #D9088C;
}
</style>