Shades of Medium Violet Red #DC067F
Tints of Medium Violet Red #DC067F
RGB
CMYK
RGB Variations
Color information
#DC067F (or 0xDC067F) is known color: Medium Violet Red. HEX triplet: DC, 06 and 7F. RGB value is (220,6,127). Sum of RGB (Red+Green+Blue) = 220+6+127=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC067F is #23F980. Grayscale: #535353. Windows color (decimal): -2357633 or 8324828. OLE color: 8324828.
HSL color Cylindrical-coordinate representation of color #DC067F: hue angle of 326.07º 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 #DC067F is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 127 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.14 |
| HSL | 326.07º | 0.95% | 0.44% | - |
| HSV(B) | 326.07º | 0.97% | 0.86% | - |
| XYZ | 33.41 | 16.88 | 21.58 | - |
| YUV | 83.78 | 152.4 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 127 | 0 | 0.97 | 0.42 | 0.14 | 326.07 | 0.95 | 0.44 |
| Hex | DC | 6 | 7F | 0 | 61 | 2A | E | 146 | 5F | 2C |
| Octal | 334 | 6 | 177 | 0 | 141 | 52 | 16 | 506 | 137 | 54 |
| Binary | 11011100 | 110 | 1111111 | 0 | 1100001 | 101010 | 1110 | 101000110 | 1011111 | 101100 |
Color Harmonies of #DC067F
Complementary color
Monochromatic Colors of #DC067F
Black with #DC067F
Text Example
Text Example
White with #DC067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC067F; }
p { color: rgb(220,6,127); }
H1.HeaderClassName
{
color: #DC067F;
}
.AnyTagClassName
{
color: #DC067F;
}
</style>
background-color css
<style>
a { background-color: #DC067F; }
a { background-color: rgb(220,6,127); }
div.DivClassName
{
background-color: #DC067F;
}
.BgClassName
{
background-color: #DC067F;
}
</style>
border-color css
<style>
span { border-color: #DC067F; }
span { border-color: rgb(220,6,127); }
td.TdClassName
{
border-color: #DC067F;
}
.TagClassName
{
border-color: #DC067F;
}
</style>