Shades of Medium Violet Red #DE007C
Tints of Medium Violet Red #DE007C
RGB
CMYK
RGB Variations
Color information
#DE007C (or 0xDE007C) is known color: Medium Violet Red. HEX triplet: DE, 00 and 7C. RGB value is (222,0,124). Sum of RGB (Red+Green+Blue) = 222+0+124=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE007C is #21FF83. Grayscale: #505050. Windows color (decimal): -2228100 or 8126686. OLE color: 8126686.
HSL color Cylindrical-coordinate representation of color #DE007C: hue angle of 326.49º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE007C is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.44 | 0.13 |
| HSL | 326.49º | 1% | 0.44% | - |
| HSV(B) | 326.49º | 1% | 0.87% | - |
| XYZ | 33.76 | 16.98 | 20.57 | - |
| YUV | 80.51 | 152.55 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 124 | 0 | 1 | 0.44 | 0.13 | 326.49 | 1 | 0.44 |
| Hex | DE | 0 | 7C | 0 | 64 | 2C | D | 146 | 64 | 2C |
| Octal | 336 | 0 | 174 | 0 | 144 | 54 | 15 | 506 | 144 | 54 |
| Binary | 11011110 | 0 | 1111100 | 0 | 1100100 | 101100 | 1101 | 101000110 | 1100100 | 101100 |
Color Harmonies of #DE007C
Complementary color
Monochromatic Colors of #DE007C
Black with #DE007C
Text Example
Text Example
White with #DE007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE007C; }
p { color: rgb(222,0,124); }
H1.HeaderClassName
{
color: #DE007C;
}
.AnyTagClassName
{
color: #DE007C;
}
</style>
background-color css
<style>
a { background-color: #DE007C; }
a { background-color: rgb(222,0,124); }
div.DivClassName
{
background-color: #DE007C;
}
.BgClassName
{
background-color: #DE007C;
}
</style>
border-color css
<style>
span { border-color: #DE007C; }
span { border-color: rgb(222,0,124); }
td.TdClassName
{
border-color: #DE007C;
}
.TagClassName
{
border-color: #DE007C;
}
</style>