Shades of Medium Violet Red #D0088B
Tints of Medium Violet Red #D0088B
RGB
CMYK
RGB Variations
Color information
#D0088B (or 0xD0088B) is known color: Medium Violet Red. HEX triplet: D0, 08 and 8B. RGB value is (208,8,139). Sum of RGB (Red+Green+Blue) = 208+8+139=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0088B is #2FF774. Grayscale: #525252. Windows color (decimal): -3143541 or 9111760. OLE color: 9111760.
HSL color Cylindrical-coordinate representation of color #D0088B: hue angle of 320.7º 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 #D0088B is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.18 |
| HSL | 320.7º | 0.93% | 0.42% | - |
| HSV(B) | 320.7º | 0.96% | 0.82% | - |
| XYZ | 30.76 | 15.45 | 25.79 | - |
| YUV | 82.73 | 159.76 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 139 | 0 | 0.96 | 0.33 | 0.18 | 320.7 | 0.93 | 0.42 |
| Hex | D0 | 8 | 8B | 0 | 60 | 21 | 12 | 141 | 5D | 2A |
| Octal | 320 | 10 | 213 | 0 | 140 | 41 | 22 | 501 | 135 | 52 |
| Binary | 11010000 | 1000 | 10001011 | 0 | 1100000 | 100001 | 10010 | 101000001 | 1011101 | 101010 |
Color Harmonies of #D0088B
Complementary color
Monochromatic Colors of #D0088B
Black with #D0088B
Text Example
Text Example
White with #D0088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0088B; }
p { color: rgb(208,8,139); }
H1.HeaderClassName
{
color: #D0088B;
}
.AnyTagClassName
{
color: #D0088B;
}
</style>
background-color css
<style>
a { background-color: #D0088B; }
a { background-color: rgb(208,8,139); }
div.DivClassName
{
background-color: #D0088B;
}
.BgClassName
{
background-color: #D0088B;
}
</style>
border-color css
<style>
span { border-color: #D0088B; }
span { border-color: rgb(208,8,139); }
td.TdClassName
{
border-color: #D0088B;
}
.TagClassName
{
border-color: #D0088B;
}
</style>