Shades of Medium Violet Red #D2088B
Tints of Medium Violet Red #D2088B
RGB
CMYK
RGB Variations
Color information
#D2088B (or 0xD2088B) is known color: Medium Violet Red. HEX triplet: D2, 08 and 8B. RGB value is (210,8,139). Sum of RGB (Red+Green+Blue) = 210+8+139=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2088B is #2DF774. Grayscale: #535353. Windows color (decimal): -3012469 or 9111762. OLE color: 9111762.
HSL color Cylindrical-coordinate representation of color #D2088B: hue angle of 321.09º 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 #D2088B is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.18 |
| HSL | 321.09º | 0.93% | 0.43% | - |
| HSV(B) | 321.09º | 0.96% | 0.82% | - |
| XYZ | 31.33 | 15.74 | 25.81 | - |
| YUV | 83.33 | 159.42 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 139 | 0 | 0.96 | 0.34 | 0.18 | 321.09 | 0.93 | 0.43 |
| Hex | D2 | 8 | 8B | 0 | 60 | 22 | 12 | 141 | 5D | 2B |
| Octal | 322 | 10 | 213 | 0 | 140 | 42 | 22 | 501 | 135 | 53 |
| Binary | 11010010 | 1000 | 10001011 | 0 | 1100000 | 100010 | 10010 | 101000001 | 1011101 | 101011 |
Color Harmonies of #D2088B
Complementary color
Monochromatic Colors of #D2088B
Black with #D2088B
Text Example
Text Example
White with #D2088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2088B; }
p { color: rgb(210,8,139); }
H1.HeaderClassName
{
color: #D2088B;
}
.AnyTagClassName
{
color: #D2088B;
}
</style>
background-color css
<style>
a { background-color: #D2088B; }
a { background-color: rgb(210,8,139); }
div.DivClassName
{
background-color: #D2088B;
}
.BgClassName
{
background-color: #D2088B;
}
</style>
border-color css
<style>
span { border-color: #D2088B; }
span { border-color: rgb(210,8,139); }
td.TdClassName
{
border-color: #D2088B;
}
.TagClassName
{
border-color: #D2088B;
}
</style>