Shades of Medium Violet Red #DC078F
Tints of Medium Violet Red #DC078F
RGB
CMYK
RGB Variations
Color information
#DC078F (or 0xDC078F) is known color: Medium Violet Red. HEX triplet: DC, 07 and 8F. RGB value is (220,7,143). Sum of RGB (Red+Green+Blue) = 220+7+143=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC078F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC078F is #23F870. Grayscale: #555555. Windows color (decimal): -2357361 or 9373660. OLE color: 9373660.
HSL color Cylindrical-coordinate representation of color #DC078F: hue angle of 321.69º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC078F is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 143 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.14 |
| HSL | 321.69º | 0.94% | 0.45% | - |
| HSV(B) | 321.69º | 0.97% | 0.86% | - |
| XYZ | 34.55 | 17.35 | 27.51 | - |
| YUV | 86.19 | 160.07 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 143 | 0 | 0.97 | 0.35 | 0.14 | 321.69 | 0.94 | 0.45 |
| Hex | DC | 7 | 8F | 0 | 61 | 23 | E | 142 | 5E | 2D |
| Octal | 334 | 7 | 217 | 0 | 141 | 43 | 16 | 502 | 136 | 55 |
| Binary | 11011100 | 111 | 10001111 | 0 | 1100001 | 100011 | 1110 | 101000010 | 1011110 | 101101 |
Color Harmonies of #DC078F
Complementary color
Monochromatic Colors of #DC078F
Black with #DC078F
Text Example
Text Example
White with #DC078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC078F; }
p { color: rgb(220,7,143); }
H1.HeaderClassName
{
color: #DC078F;
}
.AnyTagClassName
{
color: #DC078F;
}
</style>
background-color css
<style>
a { background-color: #DC078F; }
a { background-color: rgb(220,7,143); }
div.DivClassName
{
background-color: #DC078F;
}
.BgClassName
{
background-color: #DC078F;
}
</style>
border-color css
<style>
span { border-color: #DC078F; }
span { border-color: rgb(220,7,143); }
td.TdClassName
{
border-color: #DC078F;
}
.TagClassName
{
border-color: #DC078F;
}
</style>