Shades of Medium Violet Red #D2008E
Tints of Medium Violet Red #D2008E
RGB
CMYK
RGB Variations
Color information
#D2008E (or 0xD2008E) is known color: Medium Violet Red. HEX triplet: D2, 00 and 8E. RGB value is (210,0,142). Sum of RGB (Red+Green+Blue) = 210+0+142=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2008E is #2DFF71. Grayscale: #4E4E4E. Windows color (decimal): -3014514 or 9306322. OLE color: 9306322.
HSL color Cylindrical-coordinate representation of color #D2008E: hue angle of 319.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2008E is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.32 | 0.18 |
| HSL | 319.43º | 1% | 0.41% | - |
| HSV(B) | 319.43º | 1% | 0.82% | - |
| XYZ | 31.46 | 15.65 | 26.95 | - |
| YUV | 78.98 | 163.57 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 142 | 0 | 1 | 0.32 | 0.18 | 319.43 | 1 | 0.41 |
| Hex | D2 | 0 | 8E | 0 | 64 | 20 | 12 | 13F | 64 | 29 |
| Octal | 322 | 0 | 216 | 0 | 144 | 40 | 22 | 477 | 144 | 51 |
| Binary | 11010010 | 0 | 10001110 | 0 | 1100100 | 100000 | 10010 | 100111111 | 1100100 | 101001 |
Color Harmonies of #D2008E
Complementary color
Monochromatic Colors of #D2008E
Black with #D2008E
Text Example
Text Example
White with #D2008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2008E; }
p { color: rgb(210,0,142); }
H1.HeaderClassName
{
color: #D2008E;
}
.AnyTagClassName
{
color: #D2008E;
}
</style>
background-color css
<style>
a { background-color: #D2008E; }
a { background-color: rgb(210,0,142); }
div.DivClassName
{
background-color: #D2008E;
}
.BgClassName
{
background-color: #D2008E;
}
</style>
border-color css
<style>
span { border-color: #D2008E; }
span { border-color: rgb(210,0,142); }
td.TdClassName
{
border-color: #D2008E;
}
.TagClassName
{
border-color: #D2008E;
}
</style>