Shades of Medium Violet Red #D8097D
Tints of Medium Violet Red #D8097D
RGB
CMYK
RGB Variations
Color information
#D8097D (or 0xD8097D) is known color: Medium Violet Red. HEX triplet: D8, 09 and 7D. RGB value is (216,9,125). Sum of RGB (Red+Green+Blue) = 216+9+125=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D8097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8097D is #27F682. Grayscale: #535353. Windows color (decimal): -2619011 or 8194520. OLE color: 8194520.
HSL color Cylindrical-coordinate representation of color #D8097D: hue angle of 326.38º 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 #D8097D is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.15 |
| HSL | 326.38º | 0.92% | 0.44% | - |
| HSV(B) | 326.38º | 0.96% | 0.85% | - |
| XYZ | 32.12 | 16.27 | 20.85 | - |
| YUV | 84.12 | 151.08 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 125 | 0 | 0.96 | 0.42 | 0.15 | 326.38 | 0.92 | 0.44 |
| Hex | D8 | 9 | 7D | 0 | 60 | 2A | F | 146 | 5C | 2C |
| Octal | 330 | 11 | 175 | 0 | 140 | 52 | 17 | 506 | 134 | 54 |
| Binary | 11011000 | 1001 | 1111101 | 0 | 1100000 | 101010 | 1111 | 101000110 | 1011100 | 101100 |
Color Harmonies of #D8097D
Complementary color
Monochromatic Colors of #D8097D
Black with #D8097D
Text Example
Text Example
White with #D8097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8097D; }
p { color: rgb(216,9,125); }
H1.HeaderClassName
{
color: #D8097D;
}
.AnyTagClassName
{
color: #D8097D;
}
</style>
background-color css
<style>
a { background-color: #D8097D; }
a { background-color: rgb(216,9,125); }
div.DivClassName
{
background-color: #D8097D;
}
.BgClassName
{
background-color: #D8097D;
}
</style>
border-color css
<style>
span { border-color: #D8097D; }
span { border-color: rgb(216,9,125); }
td.TdClassName
{
border-color: #D8097D;
}
.TagClassName
{
border-color: #D8097D;
}
</style>