Shades of Medium Violet Red #D7089B
Tints of Medium Violet Red #D7089B
RGB
CMYK
RGB Variations
Color information
#D7089B (or 0xD7089B) is known color: Medium Violet Red. HEX triplet: D7, 08 and 9B. RGB value is (215,8,155). Sum of RGB (Red+Green+Blue) = 215+8+155=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7089B is #28F764. Grayscale: #565656. Windows color (decimal): -2684773 or 10160343. OLE color: 10160343.
HSL color Cylindrical-coordinate representation of color #D7089B: hue angle of 317.39º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7089B is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.16 |
| HSL | 317.39º | 0.93% | 0.44% | - |
| HSV(B) | 317.39º | 0.96% | 0.84% | - |
| XYZ | 34.03 | 16.99 | 32.5 | - |
| YUV | 86.65 | 166.58 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 155 | 0 | 0.96 | 0.28 | 0.16 | 317.39 | 0.93 | 0.44 |
| Hex | D7 | 8 | 9B | 0 | 60 | 1C | 10 | 13D | 5D | 2C |
| Octal | 327 | 10 | 233 | 0 | 140 | 34 | 20 | 475 | 135 | 54 |
| Binary | 11010111 | 1000 | 10011011 | 0 | 1100000 | 11100 | 10000 | 100111101 | 1011101 | 101100 |
Color Harmonies of #D7089B
Complementary color
Monochromatic Colors of #D7089B
Black with #D7089B
Text Example
Text Example
White with #D7089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7089B; }
p { color: rgb(215,8,155); }
H1.HeaderClassName
{
color: #D7089B;
}
.AnyTagClassName
{
color: #D7089B;
}
</style>
background-color css
<style>
a { background-color: #D7089B; }
a { background-color: rgb(215,8,155); }
div.DivClassName
{
background-color: #D7089B;
}
.BgClassName
{
background-color: #D7089B;
}
</style>
border-color css
<style>
span { border-color: #D7089B; }
span { border-color: rgb(215,8,155); }
td.TdClassName
{
border-color: #D7089B;
}
.TagClassName
{
border-color: #D7089B;
}
</style>