Shades of Medium Violet Red #D8099A
Tints of Medium Violet Red #D8099A
RGB
CMYK
RGB Variations
Color information
#D8099A (or 0xD8099A) is known color: Medium Violet Red. HEX triplet: D8, 09 and 9A. RGB value is (216,9,154). Sum of RGB (Red+Green+Blue) = 216+9+154=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8099A is #27F665. Grayscale: #575757. Windows color (decimal): -2618982 or 10095064. OLE color: 10095064.
HSL color Cylindrical-coordinate representation of color #D8099A: hue angle of 317.97º 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 #D8099A is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 154 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.15 |
| HSL | 317.97º | 0.92% | 0.44% | - |
| HSV(B) | 317.97º | 0.96% | 0.85% | - |
| XYZ | 34.25 | 17.13 | 32.07 | - |
| YUV | 87.42 | 165.58 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 154 | 0 | 0.96 | 0.29 | 0.15 | 317.97 | 0.92 | 0.44 |
| Hex | D8 | 9 | 9A | 0 | 60 | 1D | F | 13E | 5C | 2C |
| Octal | 330 | 11 | 232 | 0 | 140 | 35 | 17 | 476 | 134 | 54 |
| Binary | 11011000 | 1001 | 10011010 | 0 | 1100000 | 11101 | 1111 | 100111110 | 1011100 | 101100 |
Color Harmonies of #D8099A
Complementary color
Monochromatic Colors of #D8099A
Black with #D8099A
Text Example
Text Example
White with #D8099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8099A; }
p { color: rgb(216,9,154); }
H1.HeaderClassName
{
color: #D8099A;
}
.AnyTagClassName
{
color: #D8099A;
}
</style>
background-color css
<style>
a { background-color: #D8099A; }
a { background-color: rgb(216,9,154); }
div.DivClassName
{
background-color: #D8099A;
}
.BgClassName
{
background-color: #D8099A;
}
</style>
border-color css
<style>
span { border-color: #D8099A; }
span { border-color: rgb(216,9,154); }
td.TdClassName
{
border-color: #D8099A;
}
.TagClassName
{
border-color: #D8099A;
}
</style>