Shades of Medium Violet Red #D9087A
Tints of Medium Violet Red #D9087A
RGB
CMYK
RGB Variations
Color information
#D9087A (or 0xD9087A) is known color: Medium Violet Red. HEX triplet: D9, 08 and 7A. RGB value is (217,8,122). Sum of RGB (Red+Green+Blue) = 217+8+122=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9087A is #26F785. Grayscale: #535353. Windows color (decimal): -2553734 or 7997657. OLE color: 7997657.
HSL color Cylindrical-coordinate representation of color #D9087A: hue angle of 327.27º 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 #D9087A is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 122 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.15 |
| HSL | 327.27º | 0.93% | 0.44% | - |
| HSV(B) | 327.27º | 0.96% | 0.85% | - |
| XYZ | 32.21 | 16.33 | 19.87 | - |
| YUV | 83.49 | 149.74 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 122 | 0 | 0.96 | 0.44 | 0.15 | 327.27 | 0.93 | 0.44 |
| Hex | D9 | 8 | 7A | 0 | 60 | 2C | F | 147 | 5D | 2C |
| Octal | 331 | 10 | 172 | 0 | 140 | 54 | 17 | 507 | 135 | 54 |
| Binary | 11011001 | 1000 | 1111010 | 0 | 1100000 | 101100 | 1111 | 101000111 | 1011101 | 101100 |
Color Harmonies of #D9087A
Complementary color
Monochromatic Colors of #D9087A
Black with #D9087A
Text Example
Text Example
White with #D9087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9087A; }
p { color: rgb(217,8,122); }
H1.HeaderClassName
{
color: #D9087A;
}
.AnyTagClassName
{
color: #D9087A;
}
</style>
background-color css
<style>
a { background-color: #D9087A; }
a { background-color: rgb(217,8,122); }
div.DivClassName
{
background-color: #D9087A;
}
.BgClassName
{
background-color: #D9087A;
}
</style>
border-color css
<style>
span { border-color: #D9087A; }
span { border-color: rgb(217,8,122); }
td.TdClassName
{
border-color: #D9087A;
}
.TagClassName
{
border-color: #D9087A;
}
</style>