Shades of Medium Violet Red #D0088A
Tints of Medium Violet Red #D0088A
RGB
CMYK
RGB Variations
Color information
#D0088A (or 0xD0088A) is known color: Medium Violet Red. HEX triplet: D0, 08 and 8A. RGB value is (208,8,138). Sum of RGB (Red+Green+Blue) = 208+8+138=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0088A is #2FF775. Grayscale: #525252. Windows color (decimal): -3143542 or 9046224. OLE color: 9046224.
HSL color Cylindrical-coordinate representation of color #D0088A: hue angle of 321º 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 #D0088A is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.18 |
| HSL | 321º | 0.93% | 0.42% | - |
| HSV(B) | 321º | 0.96% | 0.82% | - |
| XYZ | 30.69 | 15.42 | 25.4 | - |
| YUV | 82.62 | 159.26 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 138 | 0 | 0.96 | 0.34 | 0.18 | 321 | 0.93 | 0.42 |
| Hex | D0 | 8 | 8A | 0 | 60 | 22 | 12 | 141 | 5D | 2A |
| Octal | 320 | 10 | 212 | 0 | 140 | 42 | 22 | 501 | 135 | 52 |
| Binary | 11010000 | 1000 | 10001010 | 0 | 1100000 | 100010 | 10010 | 101000001 | 1011101 | 101010 |
Color Harmonies of #D0088A
Complementary color
Monochromatic Colors of #D0088A
Black with #D0088A
Text Example
Text Example
White with #D0088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0088A; }
p { color: rgb(208,8,138); }
H1.HeaderClassName
{
color: #D0088A;
}
.AnyTagClassName
{
color: #D0088A;
}
</style>
background-color css
<style>
a { background-color: #D0088A; }
a { background-color: rgb(208,8,138); }
div.DivClassName
{
background-color: #D0088A;
}
.BgClassName
{
background-color: #D0088A;
}
</style>
border-color css
<style>
span { border-color: #D0088A; }
span { border-color: rgb(208,8,138); }
td.TdClassName
{
border-color: #D0088A;
}
.TagClassName
{
border-color: #D0088A;
}
</style>