Shades of Medium Violet Red #D2089F
Tints of Medium Violet Red #D2089F
RGB
CMYK
RGB Variations
Color information
#D2089F (or 0xD2089F) is known color: Medium Violet Red. HEX triplet: D2, 08 and 9F. RGB value is (210,8,159). Sum of RGB (Red+Green+Blue) = 210+8+159=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D2089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2089F is #2DF760. Grayscale: #555555. Windows color (decimal): -3012449 or 10422482. OLE color: 10422482.
HSL color Cylindrical-coordinate representation of color #D2089F: hue angle of 315.15º 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 #D2089F is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 159 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.18 |
| HSL | 315.15º | 0.93% | 0.43% | - |
| HSV(B) | 315.15º | 0.96% | 0.82% | - |
| XYZ | 32.92 | 16.38 | 34.23 | - |
| YUV | 85.61 | 169.42 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 159 | 0 | 0.96 | 0.24 | 0.18 | 315.15 | 0.93 | 0.43 |
| Hex | D2 | 8 | 9F | 0 | 60 | 18 | 12 | 13B | 5D | 2B |
| Octal | 322 | 10 | 237 | 0 | 140 | 30 | 22 | 473 | 135 | 53 |
| Binary | 11010010 | 1000 | 10011111 | 0 | 1100000 | 11000 | 10010 | 100111011 | 1011101 | 101011 |
Color Harmonies of #D2089F
Complementary color
Monochromatic Colors of #D2089F
Black with #D2089F
Text Example
Text Example
White with #D2089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2089F; }
p { color: rgb(210,8,159); }
H1.HeaderClassName
{
color: #D2089F;
}
.AnyTagClassName
{
color: #D2089F;
}
</style>
background-color css
<style>
a { background-color: #D2089F; }
a { background-color: rgb(210,8,159); }
div.DivClassName
{
background-color: #D2089F;
}
.BgClassName
{
background-color: #D2089F;
}
</style>
border-color css
<style>
span { border-color: #D2089F; }
span { border-color: rgb(210,8,159); }
td.TdClassName
{
border-color: #D2089F;
}
.TagClassName
{
border-color: #D2089F;
}
</style>