Shades of Medium Violet Red #D7089A
Tints of Medium Violet Red #D7089A
RGB
CMYK
RGB Variations
Color information
#D7089A (or 0xD7089A) is known color: Medium Violet Red. HEX triplet: D7, 08 and 9A. RGB value is (215,8,154). Sum of RGB (Red+Green+Blue) = 215+8+154=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7089A is #28F765. Grayscale: #565656. Windows color (decimal): -2684774 or 10094807. OLE color: 10094807.
HSL color Cylindrical-coordinate representation of color #D7089A: hue angle of 317.68º 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 #D7089A is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 154 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.16 |
| HSL | 317.68º | 0.93% | 0.44% | - |
| HSV(B) | 317.68º | 0.96% | 0.84% | - |
| XYZ | 33.94 | 16.95 | 32.06 | - |
| YUV | 86.54 | 166.08 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 154 | 0 | 0.96 | 0.28 | 0.16 | 317.68 | 0.93 | 0.44 |
| Hex | D7 | 8 | 9A | 0 | 60 | 1C | 10 | 13E | 5D | 2C |
| Octal | 327 | 10 | 232 | 0 | 140 | 34 | 20 | 476 | 135 | 54 |
| Binary | 11010111 | 1000 | 10011010 | 0 | 1100000 | 11100 | 10000 | 100111110 | 1011101 | 101100 |
Color Harmonies of #D7089A
Complementary color
Monochromatic Colors of #D7089A
Black with #D7089A
Text Example
Text Example
White with #D7089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7089A; }
p { color: rgb(215,8,154); }
H1.HeaderClassName
{
color: #D7089A;
}
.AnyTagClassName
{
color: #D7089A;
}
</style>
background-color css
<style>
a { background-color: #D7089A; }
a { background-color: rgb(215,8,154); }
div.DivClassName
{
background-color: #D7089A;
}
.BgClassName
{
background-color: #D7089A;
}
</style>
border-color css
<style>
span { border-color: #D7089A; }
span { border-color: rgb(215,8,154); }
td.TdClassName
{
border-color: #D7089A;
}
.TagClassName
{
border-color: #D7089A;
}
</style>