Shades of Medium Violet Red #D6067F
Tints of Medium Violet Red #D6067F
RGB
CMYK
RGB Variations
Color information
#D6067F (or 0xD6067F) is known color: Medium Violet Red. HEX triplet: D6, 06 and 7F. RGB value is (214,6,127). Sum of RGB (Red+Green+Blue) = 214+6+127=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6067F is #29F980. Grayscale: #515151. Windows color (decimal): -2750849 or 8324822. OLE color: 8324822.
HSL color Cylindrical-coordinate representation of color #D6067F: hue angle of 325.1º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6067F is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 127 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.16 |
| HSL | 325.1º | 0.95% | 0.43% | - |
| HSV(B) | 325.1º | 0.97% | 0.84% | - |
| XYZ | 31.63 | 15.96 | 21.49 | - |
| YUV | 81.99 | 153.41 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 127 | 0 | 0.97 | 0.41 | 0.16 | 325.1 | 0.95 | 0.43 |
| Hex | D6 | 6 | 7F | 0 | 61 | 29 | 10 | 145 | 5F | 2B |
| Octal | 326 | 6 | 177 | 0 | 141 | 51 | 20 | 505 | 137 | 53 |
| Binary | 11010110 | 110 | 1111111 | 0 | 1100001 | 101001 | 10000 | 101000101 | 1011111 | 101011 |
Color Harmonies of #D6067F
Complementary color
Monochromatic Colors of #D6067F
Black with #D6067F
Text Example
Text Example
White with #D6067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6067F; }
p { color: rgb(214,6,127); }
H1.HeaderClassName
{
color: #D6067F;
}
.AnyTagClassName
{
color: #D6067F;
}
</style>
background-color css
<style>
a { background-color: #D6067F; }
a { background-color: rgb(214,6,127); }
div.DivClassName
{
background-color: #D6067F;
}
.BgClassName
{
background-color: #D6067F;
}
</style>
border-color css
<style>
span { border-color: #D6067F; }
span { border-color: rgb(214,6,127); }
td.TdClassName
{
border-color: #D6067F;
}
.TagClassName
{
border-color: #D6067F;
}
</style>