Shades of Medium Violet Red #D8067C
Tints of Medium Violet Red #D8067C
RGB
CMYK
RGB Variations
Color information
#D8067C (or 0xD8067C) is known color: Medium Violet Red. HEX triplet: D8, 06 and 7C. RGB value is (216,6,124). Sum of RGB (Red+Green+Blue) = 216+6+124=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8067C is #27F983. Grayscale: #515151. Windows color (decimal): -2619780 or 8128216. OLE color: 8128216.
HSL color Cylindrical-coordinate representation of color #D8067C: hue angle of 326.29º 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 #D8067C is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 124 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.15 |
| HSL | 326.29º | 0.95% | 0.44% | - |
| HSV(B) | 326.29º | 0.97% | 0.85% | - |
| XYZ | 32.02 | 16.18 | 20.5 | - |
| YUV | 82.24 | 151.57 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 124 | 0 | 0.97 | 0.43 | 0.15 | 326.29 | 0.95 | 0.44 |
| Hex | D8 | 6 | 7C | 0 | 61 | 2B | F | 146 | 5F | 2C |
| Octal | 330 | 6 | 174 | 0 | 141 | 53 | 17 | 506 | 137 | 54 |
| Binary | 11011000 | 110 | 1111100 | 0 | 1100001 | 101011 | 1111 | 101000110 | 1011111 | 101100 |
Color Harmonies of #D8067C
Complementary color
Monochromatic Colors of #D8067C
Black with #D8067C
Text Example
Text Example
White with #D8067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8067C; }
p { color: rgb(216,6,124); }
H1.HeaderClassName
{
color: #D8067C;
}
.AnyTagClassName
{
color: #D8067C;
}
</style>
background-color css
<style>
a { background-color: #D8067C; }
a { background-color: rgb(216,6,124); }
div.DivClassName
{
background-color: #D8067C;
}
.BgClassName
{
background-color: #D8067C;
}
</style>
border-color css
<style>
span { border-color: #D8067C; }
span { border-color: rgb(216,6,124); }
td.TdClassName
{
border-color: #D8067C;
}
.TagClassName
{
border-color: #D8067C;
}
</style>