Shades of Medium Violet Red #DC068E
Tints of Medium Violet Red #DC068E
RGB
CMYK
RGB Variations
Color information
#DC068E (or 0xDC068E) is known color: Medium Violet Red. HEX triplet: DC, 06 and 8E. RGB value is (220,6,142). Sum of RGB (Red+Green+Blue) = 220+6+142=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC068E is #23F971. Grayscale: #555555. Windows color (decimal): -2357618 or 9307868. OLE color: 9307868.
HSL color Cylindrical-coordinate representation of color #DC068E: hue angle of 321.87º 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 #DC068E is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.14 |
| HSL | 321.87º | 0.95% | 0.44% | - |
| HSV(B) | 321.87º | 0.97% | 0.86% | - |
| XYZ | 34.46 | 17.3 | 27.11 | - |
| YUV | 85.49 | 159.9 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 142 | 0 | 0.97 | 0.35 | 0.14 | 321.87 | 0.95 | 0.44 |
| Hex | DC | 6 | 8E | 0 | 61 | 23 | E | 142 | 5F | 2C |
| Octal | 334 | 6 | 216 | 0 | 141 | 43 | 16 | 502 | 137 | 54 |
| Binary | 11011100 | 110 | 10001110 | 0 | 1100001 | 100011 | 1110 | 101000010 | 1011111 | 101100 |
Color Harmonies of #DC068E
Complementary color
Monochromatic Colors of #DC068E
Black with #DC068E
Text Example
Text Example
White with #DC068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC068E; }
p { color: rgb(220,6,142); }
H1.HeaderClassName
{
color: #DC068E;
}
.AnyTagClassName
{
color: #DC068E;
}
</style>
background-color css
<style>
a { background-color: #DC068E; }
a { background-color: rgb(220,6,142); }
div.DivClassName
{
background-color: #DC068E;
}
.BgClassName
{
background-color: #DC068E;
}
</style>
border-color css
<style>
span { border-color: #DC068E; }
span { border-color: rgb(220,6,142); }
td.TdClassName
{
border-color: #DC068E;
}
.TagClassName
{
border-color: #DC068E;
}
</style>