Shades of Medium Violet Red #D0098F
Tints of Medium Violet Red #D0098F
RGB
CMYK
RGB Variations
Color information
#D0098F (or 0xD0098F) is known color: Medium Violet Red. HEX triplet: D0, 09 and 8F. RGB value is (208,9,143). Sum of RGB (Red+Green+Blue) = 208+9+143=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D0098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0098F is #2FF670. Grayscale: #535353. Windows color (decimal): -3143281 or 9374160. OLE color: 9374160.
HSL color Cylindrical-coordinate representation of color #D0098F: hue angle of 319.6º 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 #D0098F is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 143 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.18 |
| HSL | 319.6º | 0.92% | 0.43% | - |
| HSV(B) | 319.6º | 0.96% | 0.82% | - |
| XYZ | 31.07 | 15.59 | 27.36 | - |
| YUV | 83.78 | 161.43 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 143 | 0 | 0.96 | 0.31 | 0.18 | 319.6 | 0.92 | 0.43 |
| Hex | D0 | 9 | 8F | 0 | 60 | 1F | 12 | 140 | 5C | 2B |
| Octal | 320 | 11 | 217 | 0 | 140 | 37 | 22 | 500 | 134 | 53 |
| Binary | 11010000 | 1001 | 10001111 | 0 | 1100000 | 11111 | 10010 | 101000000 | 1011100 | 101011 |
Color Harmonies of #D0098F
Complementary color
Monochromatic Colors of #D0098F
Black with #D0098F
Text Example
Text Example
White with #D0098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0098F; }
p { color: rgb(208,9,143); }
H1.HeaderClassName
{
color: #D0098F;
}
.AnyTagClassName
{
color: #D0098F;
}
</style>
background-color css
<style>
a { background-color: #D0098F; }
a { background-color: rgb(208,9,143); }
div.DivClassName
{
background-color: #D0098F;
}
.BgClassName
{
background-color: #D0098F;
}
</style>
border-color css
<style>
span { border-color: #D0098F; }
span { border-color: rgb(208,9,143); }
td.TdClassName
{
border-color: #D0098F;
}
.TagClassName
{
border-color: #D0098F;
}
</style>