Shades of Medium Violet Red #DC007E
Tints of Medium Violet Red #DC007E
RGB
CMYK
RGB Variations
Color information
#DC007E (or 0xDC007E) is known color: Medium Violet Red. HEX triplet: DC, 00 and 7E. RGB value is (220,0,126). Sum of RGB (Red+Green+Blue) = 220+0+126=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC007E is #23FF81. Grayscale: #4F4F4F. Windows color (decimal): -2359170 or 8257756. OLE color: 8257756.
HSL color Cylindrical-coordinate representation of color #DC007E: hue angle of 325.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC007E is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.43 | 0.14 |
| HSL | 325.64º | 1% | 0.43% | - |
| HSV(B) | 325.64º | 1% | 0.86% | - |
| XYZ | 33.28 | 16.72 | 21.21 | - |
| YUV | 80.14 | 153.89 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 126 | 0 | 1 | 0.43 | 0.14 | 325.64 | 1 | 0.43 |
| Hex | DC | 0 | 7E | 0 | 64 | 2B | E | 146 | 64 | 2B |
| Octal | 334 | 0 | 176 | 0 | 144 | 53 | 16 | 506 | 144 | 53 |
| Binary | 11011100 | 0 | 1111110 | 0 | 1100100 | 101011 | 1110 | 101000110 | 1100100 | 101011 |
Color Harmonies of #DC007E
Complementary color
Monochromatic Colors of #DC007E
Black with #DC007E
Text Example
Text Example
White with #DC007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC007E; }
p { color: rgb(220,0,126); }
H1.HeaderClassName
{
color: #DC007E;
}
.AnyTagClassName
{
color: #DC007E;
}
</style>
background-color css
<style>
a { background-color: #DC007E; }
a { background-color: rgb(220,0,126); }
div.DivClassName
{
background-color: #DC007E;
}
.BgClassName
{
background-color: #DC007E;
}
</style>
border-color css
<style>
span { border-color: #DC007E; }
span { border-color: rgb(220,0,126); }
td.TdClassName
{
border-color: #DC007E;
}
.TagClassName
{
border-color: #DC007E;
}
</style>