Shades of Medium Violet Red #D2089D
Tints of Medium Violet Red #D2089D
RGB
CMYK
RGB Variations
Color information
#D2089D (or 0xD2089D) is known color: Medium Violet Red. HEX triplet: D2, 08 and 9D. RGB value is (210,8,157). Sum of RGB (Red+Green+Blue) = 210+8+157=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2089D is #2DF762. Grayscale: #545454. Windows color (decimal): -3012451 or 10291410. OLE color: 10291410.
HSL color Cylindrical-coordinate representation of color #D2089D: hue angle of 315.74º 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 #D2089D is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.18 |
| HSL | 315.74º | 0.93% | 0.43% | - |
| HSV(B) | 315.74º | 0.96% | 0.82% | - |
| XYZ | 32.75 | 16.31 | 33.32 | - |
| YUV | 85.38 | 168.42 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 157 | 0 | 0.96 | 0.25 | 0.18 | 315.74 | 0.93 | 0.43 |
| Hex | D2 | 8 | 9D | 0 | 60 | 19 | 12 | 13C | 5D | 2B |
| Octal | 322 | 10 | 235 | 0 | 140 | 31 | 22 | 474 | 135 | 53 |
| Binary | 11010010 | 1000 | 10011101 | 0 | 1100000 | 11001 | 10010 | 100111100 | 1011101 | 101011 |
Color Harmonies of #D2089D
Complementary color
Monochromatic Colors of #D2089D
Black with #D2089D
Text Example
Text Example
White with #D2089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2089D; }
p { color: rgb(210,8,157); }
H1.HeaderClassName
{
color: #D2089D;
}
.AnyTagClassName
{
color: #D2089D;
}
</style>
background-color css
<style>
a { background-color: #D2089D; }
a { background-color: rgb(210,8,157); }
div.DivClassName
{
background-color: #D2089D;
}
.BgClassName
{
background-color: #D2089D;
}
</style>
border-color css
<style>
span { border-color: #D2089D; }
span { border-color: rgb(210,8,157); }
td.TdClassName
{
border-color: #D2089D;
}
.TagClassName
{
border-color: #D2089D;
}
</style>