Shades of Medium Violet Red #D2008A
Tints of Medium Violet Red #D2008A
RGB
CMYK
RGB Variations
Color information
#D2008A (or 0xD2008A) is known color: Medium Violet Red. HEX triplet: D2, 00 and 8A. RGB value is (210,0,138). Sum of RGB (Red+Green+Blue) = 210+0+138=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D2008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2008A is #2DFF75. Grayscale: #4E4E4E. Windows color (decimal): -3014518 or 9044178. OLE color: 9044178.
HSL color Cylindrical-coordinate representation of color #D2008A: hue angle of 320.57º 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 #D2008A is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.34 | 0.18 |
| HSL | 320.57º | 1% | 0.41% | - |
| HSV(B) | 320.57º | 1% | 0.82% | - |
| XYZ | 31.17 | 15.54 | 25.4 | - |
| YUV | 78.52 | 161.57 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 138 | 0 | 1 | 0.34 | 0.18 | 320.57 | 1 | 0.41 |
| Hex | D2 | 0 | 8A | 0 | 64 | 22 | 12 | 141 | 64 | 29 |
| Octal | 322 | 0 | 212 | 0 | 144 | 42 | 22 | 501 | 144 | 51 |
| Binary | 11010010 | 0 | 10001010 | 0 | 1100100 | 100010 | 10010 | 101000001 | 1100100 | 101001 |
Color Harmonies of #D2008A
Complementary color
Monochromatic Colors of #D2008A
Black with #D2008A
Text Example
Text Example
White with #D2008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2008A; }
p { color: rgb(210,0,138); }
H1.HeaderClassName
{
color: #D2008A;
}
.AnyTagClassName
{
color: #D2008A;
}
</style>
background-color css
<style>
a { background-color: #D2008A; }
a { background-color: rgb(210,0,138); }
div.DivClassName
{
background-color: #D2008A;
}
.BgClassName
{
background-color: #D2008A;
}
</style>
border-color css
<style>
span { border-color: #D2008A; }
span { border-color: rgb(210,0,138); }
td.TdClassName
{
border-color: #D2008A;
}
.TagClassName
{
border-color: #D2008A;
}
</style>