Shades of Medium Violet Red #D8097C
Tints of Medium Violet Red #D8097C
RGB
CMYK
RGB Variations
Color information
#D8097C (or 0xD8097C) is known color: Medium Violet Red. HEX triplet: D8, 09 and 7C. RGB value is (216,9,124). Sum of RGB (Red+Green+Blue) = 216+9+124=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8097C is #27F683. Grayscale: #535353. Windows color (decimal): -2619012 or 8128984. OLE color: 8128984.
HSL color Cylindrical-coordinate representation of color #D8097C: hue angle of 326.67º degrees, saturation: 0.92, 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 #D8097C is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 124 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.15 |
| HSL | 326.67º | 0.92% | 0.44% | - |
| HSV(B) | 326.67º | 0.96% | 0.85% | - |
| XYZ | 32.05 | 16.25 | 20.52 | - |
| YUV | 84 | 150.58 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 124 | 0 | 0.96 | 0.43 | 0.15 | 326.67 | 0.92 | 0.44 |
| Hex | D8 | 9 | 7C | 0 | 60 | 2B | F | 147 | 5C | 2C |
| Octal | 330 | 11 | 174 | 0 | 140 | 53 | 17 | 507 | 134 | 54 |
| Binary | 11011000 | 1001 | 1111100 | 0 | 1100000 | 101011 | 1111 | 101000111 | 1011100 | 101100 |
Color Harmonies of #D8097C
Complementary color
Monochromatic Colors of #D8097C
Black with #D8097C
Text Example
Text Example
White with #D8097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8097C; }
p { color: rgb(216,9,124); }
H1.HeaderClassName
{
color: #D8097C;
}
.AnyTagClassName
{
color: #D8097C;
}
</style>
background-color css
<style>
a { background-color: #D8097C; }
a { background-color: rgb(216,9,124); }
div.DivClassName
{
background-color: #D8097C;
}
.BgClassName
{
background-color: #D8097C;
}
</style>
border-color css
<style>
span { border-color: #D8097C; }
span { border-color: rgb(216,9,124); }
td.TdClassName
{
border-color: #D8097C;
}
.TagClassName
{
border-color: #D8097C;
}
</style>