Shades of Medium Violet Red #D2068A
Tints of Medium Violet Red #D2068A
RGB
CMYK
RGB Variations
Color information
#D2068A (or 0xD2068A) is known color: Medium Violet Red. HEX triplet: D2, 06 and 8A. RGB value is (210,6,138). Sum of RGB (Red+Green+Blue) = 210+6+138=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2068A is #2DF975. Grayscale: #515151. Windows color (decimal): -3012982 or 9045714. OLE color: 9045714.
HSL color Cylindrical-coordinate representation of color #D2068A: hue angle of 321.18º 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 #D2068A is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.18 |
| HSL | 321.18º | 0.94% | 0.42% | - |
| HSV(B) | 321.18º | 0.97% | 0.82% | - |
| XYZ | 31.23 | 15.67 | 25.42 | - |
| YUV | 82.04 | 159.59 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 138 | 0 | 0.97 | 0.34 | 0.18 | 321.18 | 0.94 | 0.42 |
| Hex | D2 | 6 | 8A | 0 | 61 | 22 | 12 | 141 | 5E | 2A |
| Octal | 322 | 6 | 212 | 0 | 141 | 42 | 22 | 501 | 136 | 52 |
| Binary | 11010010 | 110 | 10001010 | 0 | 1100001 | 100010 | 10010 | 101000001 | 1011110 | 101010 |
Color Harmonies of #D2068A
Complementary color
Monochromatic Colors of #D2068A
Black with #D2068A
Text Example
Text Example
White with #D2068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2068A; }
p { color: rgb(210,6,138); }
H1.HeaderClassName
{
color: #D2068A;
}
.AnyTagClassName
{
color: #D2068A;
}
</style>
background-color css
<style>
a { background-color: #D2068A; }
a { background-color: rgb(210,6,138); }
div.DivClassName
{
background-color: #D2068A;
}
.BgClassName
{
background-color: #D2068A;
}
</style>
border-color css
<style>
span { border-color: #D2068A; }
span { border-color: rgb(210,6,138); }
td.TdClassName
{
border-color: #D2068A;
}
.TagClassName
{
border-color: #D2068A;
}
</style>