Shades of Medium Violet Red #D0098E
Tints of Medium Violet Red #D0098E
RGB
CMYK
RGB Variations
Color information
#D0098E (or 0xD0098E) is known color: Medium Violet Red. HEX triplet: D0, 09 and 8E. RGB value is (208,9,142). Sum of RGB (Red+Green+Blue) = 208+9+142=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D0098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0098E is #2FF671. Grayscale: #535353. Windows color (decimal): -3143282 or 9308624. OLE color: 9308624.
HSL color Cylindrical-coordinate representation of color #D0098E: hue angle of 319.9º 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 #D0098E is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 142 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.18 |
| HSL | 319.9º | 0.92% | 0.43% | - |
| HSV(B) | 319.9º | 0.96% | 0.82% | - |
| XYZ | 30.99 | 15.56 | 26.96 | - |
| YUV | 83.66 | 160.93 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 142 | 0 | 0.96 | 0.32 | 0.18 | 319.9 | 0.92 | 0.43 |
| Hex | D0 | 9 | 8E | 0 | 60 | 20 | 12 | 140 | 5C | 2B |
| Octal | 320 | 11 | 216 | 0 | 140 | 40 | 22 | 500 | 134 | 53 |
| Binary | 11010000 | 1001 | 10001110 | 0 | 1100000 | 100000 | 10010 | 101000000 | 1011100 | 101011 |
Color Harmonies of #D0098E
Complementary color
Monochromatic Colors of #D0098E
Black with #D0098E
Text Example
Text Example
White with #D0098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0098E; }
p { color: rgb(208,9,142); }
H1.HeaderClassName
{
color: #D0098E;
}
.AnyTagClassName
{
color: #D0098E;
}
</style>
background-color css
<style>
a { background-color: #D0098E; }
a { background-color: rgb(208,9,142); }
div.DivClassName
{
background-color: #D0098E;
}
.BgClassName
{
background-color: #D0098E;
}
</style>
border-color css
<style>
span { border-color: #D0098E; }
span { border-color: rgb(208,9,142); }
td.TdClassName
{
border-color: #D0098E;
}
.TagClassName
{
border-color: #D0098E;
}
</style>