Shades of Medium Violet Red #D2068D
Tints of Medium Violet Red #D2068D
RGB
CMYK
RGB Variations
Color information
#D2068D (or 0xD2068D) is known color: Medium Violet Red. HEX triplet: D2, 06 and 8D. RGB value is (210,6,141). Sum of RGB (Red+Green+Blue) = 210+6+141=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2068D is #2DF972. Grayscale: #525252. Windows color (decimal): -3012979 or 9242322. OLE color: 9242322.
HSL color Cylindrical-coordinate representation of color #D2068D: hue angle of 320.29º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2068D is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.18 |
| HSL | 320.29º | 0.94% | 0.42% | - |
| HSV(B) | 320.29º | 0.97% | 0.82% | - |
| XYZ | 31.45 | 15.75 | 26.58 | - |
| YUV | 82.39 | 161.09 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 141 | 0 | 0.97 | 0.33 | 0.18 | 320.29 | 0.94 | 0.42 |
| Hex | D2 | 6 | 8D | 0 | 61 | 21 | 12 | 140 | 5E | 2A |
| Octal | 322 | 6 | 215 | 0 | 141 | 41 | 22 | 500 | 136 | 52 |
| Binary | 11010010 | 110 | 10001101 | 0 | 1100001 | 100001 | 10010 | 101000000 | 1011110 | 101010 |
Color Harmonies of #D2068D
Complementary color
Monochromatic Colors of #D2068D
Black with #D2068D
Text Example
Text Example
White with #D2068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2068D; }
p { color: rgb(210,6,141); }
H1.HeaderClassName
{
color: #D2068D;
}
.AnyTagClassName
{
color: #D2068D;
}
</style>
background-color css
<style>
a { background-color: #D2068D; }
a { background-color: rgb(210,6,141); }
div.DivClassName
{
background-color: #D2068D;
}
.BgClassName
{
background-color: #D2068D;
}
</style>
border-color css
<style>
span { border-color: #D2068D; }
span { border-color: rgb(210,6,141); }
td.TdClassName
{
border-color: #D2068D;
}
.TagClassName
{
border-color: #D2068D;
}
</style>