Shades of Medium Violet Red #DC067D
Tints of Medium Violet Red #DC067D
RGB
CMYK
RGB Variations
Color information
#DC067D (or 0xDC067D) is known color: Medium Violet Red. HEX triplet: DC, 06 and 7D. RGB value is (220,6,125). Sum of RGB (Red+Green+Blue) = 220+6+125=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC067D is #23F982. Grayscale: #535353. Windows color (decimal): -2357635 or 8193756. OLE color: 8193756.
HSL color Cylindrical-coordinate representation of color #DC067D: hue angle of 326.64º 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 #DC067D is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.14 |
| HSL | 326.64º | 0.95% | 0.44% | - |
| HSV(B) | 326.64º | 0.97% | 0.86% | - |
| XYZ | 33.28 | 16.83 | 20.9 | - |
| YUV | 83.55 | 151.4 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 125 | 0 | 0.97 | 0.43 | 0.14 | 326.64 | 0.95 | 0.44 |
| Hex | DC | 6 | 7D | 0 | 61 | 2B | E | 147 | 5F | 2C |
| Octal | 334 | 6 | 175 | 0 | 141 | 53 | 16 | 507 | 137 | 54 |
| Binary | 11011100 | 110 | 1111101 | 0 | 1100001 | 101011 | 1110 | 101000111 | 1011111 | 101100 |
Color Harmonies of #DC067D
Complementary color
Monochromatic Colors of #DC067D
Black with #DC067D
Text Example
Text Example
White with #DC067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC067D; }
p { color: rgb(220,6,125); }
H1.HeaderClassName
{
color: #DC067D;
}
.AnyTagClassName
{
color: #DC067D;
}
</style>
background-color css
<style>
a { background-color: #DC067D; }
a { background-color: rgb(220,6,125); }
div.DivClassName
{
background-color: #DC067D;
}
.BgClassName
{
background-color: #DC067D;
}
</style>
border-color css
<style>
span { border-color: #DC067D; }
span { border-color: rgb(220,6,125); }
td.TdClassName
{
border-color: #DC067D;
}
.TagClassName
{
border-color: #DC067D;
}
</style>