Shades of Medium Violet Red #D9087D
Tints of Medium Violet Red #D9087D
RGB
CMYK
RGB Variations
Color information
#D9087D (or 0xD9087D) is known color: Medium Violet Red. HEX triplet: D9, 08 and 7D. RGB value is (217,8,125). Sum of RGB (Red+Green+Blue) = 217+8+125=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9087D is #26F782. Grayscale: #535353. Windows color (decimal): -2553731 or 8194265. OLE color: 8194265.
HSL color Cylindrical-coordinate representation of color #D9087D: hue angle of 326.41º 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 #D9087D is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.15 |
| HSL | 326.41º | 0.93% | 0.44% | - |
| HSV(B) | 326.41º | 0.96% | 0.85% | - |
| XYZ | 32.4 | 16.41 | 20.86 | - |
| YUV | 83.83 | 151.24 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 125 | 0 | 0.96 | 0.42 | 0.15 | 326.41 | 0.93 | 0.44 |
| Hex | D9 | 8 | 7D | 0 | 60 | 2A | F | 146 | 5D | 2C |
| Octal | 331 | 10 | 175 | 0 | 140 | 52 | 17 | 506 | 135 | 54 |
| Binary | 11011001 | 1000 | 1111101 | 0 | 1100000 | 101010 | 1111 | 101000110 | 1011101 | 101100 |
Color Harmonies of #D9087D
Complementary color
Monochromatic Colors of #D9087D
Black with #D9087D
Text Example
Text Example
White with #D9087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9087D; }
p { color: rgb(217,8,125); }
H1.HeaderClassName
{
color: #D9087D;
}
.AnyTagClassName
{
color: #D9087D;
}
</style>
background-color css
<style>
a { background-color: #D9087D; }
a { background-color: rgb(217,8,125); }
div.DivClassName
{
background-color: #D9087D;
}
.BgClassName
{
background-color: #D9087D;
}
</style>
border-color css
<style>
span { border-color: #D9087D; }
span { border-color: rgb(217,8,125); }
td.TdClassName
{
border-color: #D9087D;
}
.TagClassName
{
border-color: #D9087D;
}
</style>