Shades of Medium Violet Red #D9087B
Tints of Medium Violet Red #D9087B
RGB
CMYK
RGB Variations
Color information
#D9087B (or 0xD9087B) is known color: Medium Violet Red. HEX triplet: D9, 08 and 7B. RGB value is (217,8,123). Sum of RGB (Red+Green+Blue) = 217+8+123=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9087B is #26F784. Grayscale: #535353. Windows color (decimal): -2553733 or 8063193. OLE color: 8063193.
HSL color Cylindrical-coordinate representation of color #D9087B: hue angle of 326.99º 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 #D9087B is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.15 |
| HSL | 326.99º | 0.93% | 0.44% | - |
| HSV(B) | 326.99º | 0.96% | 0.85% | - |
| XYZ | 32.28 | 16.36 | 20.19 | - |
| YUV | 83.6 | 150.24 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 123 | 0 | 0.96 | 0.43 | 0.15 | 326.99 | 0.93 | 0.44 |
| Hex | D9 | 8 | 7B | 0 | 60 | 2B | F | 147 | 5D | 2C |
| Octal | 331 | 10 | 173 | 0 | 140 | 53 | 17 | 507 | 135 | 54 |
| Binary | 11011001 | 1000 | 1111011 | 0 | 1100000 | 101011 | 1111 | 101000111 | 1011101 | 101100 |
Color Harmonies of #D9087B
Complementary color
Monochromatic Colors of #D9087B
Black with #D9087B
Text Example
Text Example
White with #D9087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9087B; }
p { color: rgb(217,8,123); }
H1.HeaderClassName
{
color: #D9087B;
}
.AnyTagClassName
{
color: #D9087B;
}
</style>
background-color css
<style>
a { background-color: #D9087B; }
a { background-color: rgb(217,8,123); }
div.DivClassName
{
background-color: #D9087B;
}
.BgClassName
{
background-color: #D9087B;
}
</style>
border-color css
<style>
span { border-color: #D9087B; }
span { border-color: rgb(217,8,123); }
td.TdClassName
{
border-color: #D9087B;
}
.TagClassName
{
border-color: #D9087B;
}
</style>