Shades of Medium Violet Red #D2088F
Tints of Medium Violet Red #D2088F
RGB
CMYK
RGB Variations
Color information
#D2088F (or 0xD2088F) is known color: Medium Violet Red. HEX triplet: D2, 08 and 8F. RGB value is (210,8,143). Sum of RGB (Red+Green+Blue) = 210+8+143=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D2088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2088F is #2DF770. Grayscale: #535353. Windows color (decimal): -3012465 or 9373906. OLE color: 9373906.
HSL color Cylindrical-coordinate representation of color #D2088F: hue angle of 319.9º 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 #D2088F is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 143 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.18 |
| HSL | 319.9º | 0.93% | 0.43% | - |
| HSV(B) | 319.9º | 0.96% | 0.82% | - |
| XYZ | 31.62 | 15.86 | 27.38 | - |
| YUV | 83.79 | 161.42 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 143 | 0 | 0.96 | 0.32 | 0.18 | 319.9 | 0.93 | 0.43 |
| Hex | D2 | 8 | 8F | 0 | 60 | 20 | 12 | 140 | 5D | 2B |
| Octal | 322 | 10 | 217 | 0 | 140 | 40 | 22 | 500 | 135 | 53 |
| Binary | 11010010 | 1000 | 10001111 | 0 | 1100000 | 100000 | 10010 | 101000000 | 1011101 | 101011 |
Color Harmonies of #D2088F
Complementary color
Monochromatic Colors of #D2088F
Black with #D2088F
Text Example
Text Example
White with #D2088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2088F; }
p { color: rgb(210,8,143); }
H1.HeaderClassName
{
color: #D2088F;
}
.AnyTagClassName
{
color: #D2088F;
}
</style>
background-color css
<style>
a { background-color: #D2088F; }
a { background-color: rgb(210,8,143); }
div.DivClassName
{
background-color: #D2088F;
}
.BgClassName
{
background-color: #D2088F;
}
</style>
border-color css
<style>
span { border-color: #D2088F; }
span { border-color: rgb(210,8,143); }
td.TdClassName
{
border-color: #D2088F;
}
.TagClassName
{
border-color: #D2088F;
}
</style>