Shades of Medium Violet Red #D0099A
Tints of Medium Violet Red #D0099A
RGB
CMYK
RGB Variations
Color information
#D0099A (or 0xD0099A) is known color: Medium Violet Red. HEX triplet: D0, 09 and 9A. RGB value is (208,9,154). Sum of RGB (Red+Green+Blue) = 208+9+154=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0099A is #2FF665. Grayscale: #545454. Windows color (decimal): -3143270 or 10095056. OLE color: 10095056.
HSL color Cylindrical-coordinate representation of color #D0099A: hue angle of 316.28º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0099A is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 154 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.18 |
| HSL | 316.28º | 0.92% | 0.43% | - |
| HSV(B) | 316.28º | 0.96% | 0.82% | - |
| XYZ | 31.94 | 15.94 | 31.96 | - |
| YUV | 85.03 | 166.93 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 154 | 0 | 0.96 | 0.26 | 0.18 | 316.28 | 0.92 | 0.43 |
| Hex | D0 | 9 | 9A | 0 | 60 | 1A | 12 | 13C | 5C | 2B |
| Octal | 320 | 11 | 232 | 0 | 140 | 32 | 22 | 474 | 134 | 53 |
| Binary | 11010000 | 1001 | 10011010 | 0 | 1100000 | 11010 | 10010 | 100111100 | 1011100 | 101011 |
Color Harmonies of #D0099A
Complementary color
Monochromatic Colors of #D0099A
Black with #D0099A
Text Example
Text Example
White with #D0099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0099A; }
p { color: rgb(208,9,154); }
H1.HeaderClassName
{
color: #D0099A;
}
.AnyTagClassName
{
color: #D0099A;
}
</style>
background-color css
<style>
a { background-color: #D0099A; }
a { background-color: rgb(208,9,154); }
div.DivClassName
{
background-color: #D0099A;
}
.BgClassName
{
background-color: #D0099A;
}
</style>
border-color css
<style>
span { border-color: #D0099A; }
span { border-color: rgb(208,9,154); }
td.TdClassName
{
border-color: #D0099A;
}
.TagClassName
{
border-color: #D0099A;
}
</style>