Shades of Medium Violet Red #D2088C
Tints of Medium Violet Red #D2088C
RGB
CMYK
RGB Variations
Color information
#D2088C (or 0xD2088C) is known color: Medium Violet Red. HEX triplet: D2, 08 and 8C. RGB value is (210,8,140). Sum of RGB (Red+Green+Blue) = 210+8+140=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2088C is #2DF773. Grayscale: #535353. Windows color (decimal): -3012468 or 9177298. OLE color: 9177298.
HSL color Cylindrical-coordinate representation of color #D2088C: hue angle of 320.79º degrees, saturation: 0.93, 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 #D2088C is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.18 |
| HSL | 320.79º | 0.93% | 0.43% | - |
| HSV(B) | 320.79º | 0.96% | 0.82% | - |
| XYZ | 31.4 | 15.77 | 26.2 | - |
| YUV | 83.45 | 159.92 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 140 | 0 | 0.96 | 0.33 | 0.18 | 320.79 | 0.93 | 0.43 |
| Hex | D2 | 8 | 8C | 0 | 60 | 21 | 12 | 141 | 5D | 2B |
| Octal | 322 | 10 | 214 | 0 | 140 | 41 | 22 | 501 | 135 | 53 |
| Binary | 11010010 | 1000 | 10001100 | 0 | 1100000 | 100001 | 10010 | 101000001 | 1011101 | 101011 |
Color Harmonies of #D2088C
Complementary color
Monochromatic Colors of #D2088C
Black with #D2088C
Text Example
Text Example
White with #D2088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2088C; }
p { color: rgb(210,8,140); }
H1.HeaderClassName
{
color: #D2088C;
}
.AnyTagClassName
{
color: #D2088C;
}
</style>
background-color css
<style>
a { background-color: #D2088C; }
a { background-color: rgb(210,8,140); }
div.DivClassName
{
background-color: #D2088C;
}
.BgClassName
{
background-color: #D2088C;
}
</style>
border-color css
<style>
span { border-color: #D2088C; }
span { border-color: rgb(210,8,140); }
td.TdClassName
{
border-color: #D2088C;
}
.TagClassName
{
border-color: #D2088C;
}
</style>