Shades of Medium Violet Red #D2008B
Tints of Medium Violet Red #D2008B
RGB
CMYK
RGB Variations
Color information
#D2008B (or 0xD2008B) is known color: Medium Violet Red. HEX triplet: D2, 00 and 8B. RGB value is (210,0,139). Sum of RGB (Red+Green+Blue) = 210+0+139=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D2008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2008B is #2DFF74. Grayscale: #4E4E4E. Windows color (decimal): -3014517 or 9109714. OLE color: 9109714.
HSL color Cylindrical-coordinate representation of color #D2008B: hue angle of 320.29º 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 #D2008B is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.34 | 0.18 |
| HSL | 320.29º | 1% | 0.41% | - |
| HSV(B) | 320.29º | 1% | 0.82% | - |
| XYZ | 31.24 | 15.57 | 25.78 | - |
| YUV | 78.64 | 162.07 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 139 | 0 | 1 | 0.34 | 0.18 | 320.29 | 1 | 0.41 |
| Hex | D2 | 0 | 8B | 0 | 64 | 22 | 12 | 140 | 64 | 29 |
| Octal | 322 | 0 | 213 | 0 | 144 | 42 | 22 | 500 | 144 | 51 |
| Binary | 11010010 | 0 | 10001011 | 0 | 1100100 | 100010 | 10010 | 101000000 | 1100100 | 101001 |
Color Harmonies of #D2008B
Complementary color
Monochromatic Colors of #D2008B
Black with #D2008B
Text Example
Text Example
White with #D2008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2008B; }
p { color: rgb(210,0,139); }
H1.HeaderClassName
{
color: #D2008B;
}
.AnyTagClassName
{
color: #D2008B;
}
</style>
background-color css
<style>
a { background-color: #D2008B; }
a { background-color: rgb(210,0,139); }
div.DivClassName
{
background-color: #D2008B;
}
.BgClassName
{
background-color: #D2008B;
}
</style>
border-color css
<style>
span { border-color: #D2008B; }
span { border-color: rgb(210,0,139); }
td.TdClassName
{
border-color: #D2008B;
}
.TagClassName
{
border-color: #D2008B;
}
</style>