Shades of Medium Violet Red #DC067E
Tints of Medium Violet Red #DC067E
RGB
CMYK
RGB Variations
Color information
#DC067E (or 0xDC067E) is known color: Medium Violet Red. HEX triplet: DC, 06 and 7E. RGB value is (220,6,126). Sum of RGB (Red+Green+Blue) = 220+6+126=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC067E is #23F981. Grayscale: #535353. Windows color (decimal): -2357634 or 8259292. OLE color: 8259292.
HSL color Cylindrical-coordinate representation of color #DC067E: hue angle of 326.36º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC067E is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 126 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.14 |
| HSL | 326.36º | 0.95% | 0.44% | - |
| HSV(B) | 326.36º | 0.97% | 0.86% | - |
| XYZ | 33.35 | 16.85 | 21.23 | - |
| YUV | 83.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 126 | 0 | 0.97 | 0.43 | 0.14 | 326.36 | 0.95 | 0.44 |
| Hex | DC | 6 | 7E | 0 | 61 | 2B | E | 146 | 5F | 2C |
| Octal | 334 | 6 | 176 | 0 | 141 | 53 | 16 | 506 | 137 | 54 |
| Binary | 11011100 | 110 | 1111110 | 0 | 1100001 | 101011 | 1110 | 101000110 | 1011111 | 101100 |
Color Harmonies of #DC067E
Complementary color
Monochromatic Colors of #DC067E
Black with #DC067E
Text Example
Text Example
White with #DC067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC067E; }
p { color: rgb(220,6,126); }
H1.HeaderClassName
{
color: #DC067E;
}
.AnyTagClassName
{
color: #DC067E;
}
</style>
background-color css
<style>
a { background-color: #DC067E; }
a { background-color: rgb(220,6,126); }
div.DivClassName
{
background-color: #DC067E;
}
.BgClassName
{
background-color: #DC067E;
}
</style>
border-color css
<style>
span { border-color: #DC067E; }
span { border-color: rgb(220,6,126); }
td.TdClassName
{
border-color: #DC067E;
}
.TagClassName
{
border-color: #DC067E;
}
</style>