Shades of Medium Violet Red #D0088D
Tints of Medium Violet Red #D0088D
RGB
CMYK
RGB Variations
Color information
#D0088D (or 0xD0088D) is known color: Medium Violet Red. HEX triplet: D0, 08 and 8D. RGB value is (208,8,141). Sum of RGB (Red+Green+Blue) = 208+8+141=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0088D is #2FF772. Grayscale: #525252. Windows color (decimal): -3143539 or 9242832. OLE color: 9242832.
HSL color Cylindrical-coordinate representation of color #D0088D: hue angle of 320.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0088D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 141 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.18 |
| HSL | 320.1º | 0.93% | 0.42% | - |
| HSV(B) | 320.1º | 0.96% | 0.82% | - |
| XYZ | 30.91 | 15.51 | 26.56 | - |
| YUV | 82.96 | 160.76 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 141 | 0 | 0.96 | 0.32 | 0.18 | 320.1 | 0.93 | 0.42 |
| Hex | D0 | 8 | 8D | 0 | 60 | 20 | 12 | 140 | 5D | 2A |
| Octal | 320 | 10 | 215 | 0 | 140 | 40 | 22 | 500 | 135 | 52 |
| Binary | 11010000 | 1000 | 10001101 | 0 | 1100000 | 100000 | 10010 | 101000000 | 1011101 | 101010 |
Color Harmonies of #D0088D
Complementary color
Monochromatic Colors of #D0088D
Black with #D0088D
Text Example
Text Example
White with #D0088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0088D; }
p { color: rgb(208,8,141); }
H1.HeaderClassName
{
color: #D0088D;
}
.AnyTagClassName
{
color: #D0088D;
}
</style>
background-color css
<style>
a { background-color: #D0088D; }
a { background-color: rgb(208,8,141); }
div.DivClassName
{
background-color: #D0088D;
}
.BgClassName
{
background-color: #D0088D;
}
</style>
border-color css
<style>
span { border-color: #D0088D; }
span { border-color: rgb(208,8,141); }
td.TdClassName
{
border-color: #D0088D;
}
.TagClassName
{
border-color: #D0088D;
}
</style>