Shades of Medium Violet Red #D0068A
Tints of Medium Violet Red #D0068A
RGB
CMYK
RGB Variations
Color information
#D0068A (or 0xD0068A) is known color: Medium Violet Red. HEX triplet: D0, 06 and 8A. RGB value is (208,6,138). Sum of RGB (Red+Green+Blue) = 208+6+138=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0068A is #2FF975. Grayscale: #515151. Windows color (decimal): -3144054 or 9045712. OLE color: 9045712.
HSL color Cylindrical-coordinate representation of color #D0068A: hue angle of 320.79º 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 #D0068A is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.18 |
| HSL | 320.79º | 0.94% | 0.42% | - |
| HSV(B) | 320.79º | 0.97% | 0.82% | - |
| XYZ | 30.67 | 15.38 | 25.4 | - |
| YUV | 81.45 | 159.92 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 138 | 0 | 0.97 | 0.34 | 0.18 | 320.79 | 0.94 | 0.42 |
| Hex | D0 | 6 | 8A | 0 | 61 | 22 | 12 | 141 | 5E | 2A |
| Octal | 320 | 6 | 212 | 0 | 141 | 42 | 22 | 501 | 136 | 52 |
| Binary | 11010000 | 110 | 10001010 | 0 | 1100001 | 100010 | 10010 | 101000001 | 1011110 | 101010 |
Color Harmonies of #D0068A
Complementary color
Monochromatic Colors of #D0068A
Black with #D0068A
Text Example
Text Example
White with #D0068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0068A; }
p { color: rgb(208,6,138); }
H1.HeaderClassName
{
color: #D0068A;
}
.AnyTagClassName
{
color: #D0068A;
}
</style>
background-color css
<style>
a { background-color: #D0068A; }
a { background-color: rgb(208,6,138); }
div.DivClassName
{
background-color: #D0068A;
}
.BgClassName
{
background-color: #D0068A;
}
</style>
border-color css
<style>
span { border-color: #D0068A; }
span { border-color: rgb(208,6,138); }
td.TdClassName
{
border-color: #D0068A;
}
.TagClassName
{
border-color: #D0068A;
}
</style>