Shades of Medium Violet Red #D8068D
Tints of Medium Violet Red #D8068D
RGB
CMYK
RGB Variations
Color information
#D8068D (or 0xD8068D) is known color: Medium Violet Red. HEX triplet: D8, 06 and 8D. RGB value is (216,6,141). Sum of RGB (Red+Green+Blue) = 216+6+141=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8068D is #27F972. Grayscale: #535353. Windows color (decimal): -2619763 or 9242328. OLE color: 9242328.
HSL color Cylindrical-coordinate representation of color #D8068D: hue angle of 321.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8068D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.15 |
| HSL | 321.43º | 0.95% | 0.44% | - |
| HSV(B) | 321.43º | 0.97% | 0.85% | - |
| XYZ | 33.19 | 16.65 | 26.66 | - |
| YUV | 84.18 | 160.07 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 141 | 0 | 0.97 | 0.35 | 0.15 | 321.43 | 0.95 | 0.44 |
| Hex | D8 | 6 | 8D | 0 | 61 | 23 | F | 141 | 5F | 2C |
| Octal | 330 | 6 | 215 | 0 | 141 | 43 | 17 | 501 | 137 | 54 |
| Binary | 11011000 | 110 | 10001101 | 0 | 1100001 | 100011 | 1111 | 101000001 | 1011111 | 101100 |
Color Harmonies of #D8068D
Complementary color
Monochromatic Colors of #D8068D
Black with #D8068D
Text Example
Text Example
White with #D8068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8068D; }
p { color: rgb(216,6,141); }
H1.HeaderClassName
{
color: #D8068D;
}
.AnyTagClassName
{
color: #D8068D;
}
</style>
background-color css
<style>
a { background-color: #D8068D; }
a { background-color: rgb(216,6,141); }
div.DivClassName
{
background-color: #D8068D;
}
.BgClassName
{
background-color: #D8068D;
}
</style>
border-color css
<style>
span { border-color: #D8068D; }
span { border-color: rgb(216,6,141); }
td.TdClassName
{
border-color: #D8068D;
}
.TagClassName
{
border-color: #D8068D;
}
</style>