Shades of Medium Violet Red #D2089B
Tints of Medium Violet Red #D2089B
RGB
CMYK
RGB Variations
Color information
#D2089B (or 0xD2089B) is known color: Medium Violet Red. HEX triplet: D2, 08 and 9B. RGB value is (210,8,155). Sum of RGB (Red+Green+Blue) = 210+8+155=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2089B is #2DF764. Grayscale: #545454. Windows color (decimal): -3012453 or 10160338. OLE color: 10160338.
HSL color Cylindrical-coordinate representation of color #D2089B: hue angle of 316.34º 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 #D2089B is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.18 |
| HSL | 316.34º | 0.93% | 0.43% | - |
| HSV(B) | 316.34º | 0.96% | 0.82% | - |
| XYZ | 32.58 | 16.24 | 32.43 | - |
| YUV | 85.16 | 167.42 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 155 | 0 | 0.96 | 0.26 | 0.18 | 316.34 | 0.93 | 0.43 |
| Hex | D2 | 8 | 9B | 0 | 60 | 1A | 12 | 13C | 5D | 2B |
| Octal | 322 | 10 | 233 | 0 | 140 | 32 | 22 | 474 | 135 | 53 |
| Binary | 11010010 | 1000 | 10011011 | 0 | 1100000 | 11010 | 10010 | 100111100 | 1011101 | 101011 |
Color Harmonies of #D2089B
Complementary color
Monochromatic Colors of #D2089B
Black with #D2089B
Text Example
Text Example
White with #D2089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2089B; }
p { color: rgb(210,8,155); }
H1.HeaderClassName
{
color: #D2089B;
}
.AnyTagClassName
{
color: #D2089B;
}
</style>
background-color css
<style>
a { background-color: #D2089B; }
a { background-color: rgb(210,8,155); }
div.DivClassName
{
background-color: #D2089B;
}
.BgClassName
{
background-color: #D2089B;
}
</style>
border-color css
<style>
span { border-color: #D2089B; }
span { border-color: rgb(210,8,155); }
td.TdClassName
{
border-color: #D2089B;
}
.TagClassName
{
border-color: #D2089B;
}
</style>