Shades of Medium Violet Red #DE017C
Tints of Medium Violet Red #DE017C
RGB
CMYK
RGB Variations
Color information
#DE017C (or 0xDE017C) is known color: Medium Violet Red. HEX triplet: DE, 01 and 7C. RGB value is (222,1,124). Sum of RGB (Red+Green+Blue) = 222+1+124=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE017C is #21FE83. Grayscale: #505050. Windows color (decimal): -2227844 or 8126942. OLE color: 8126942.
HSL color Cylindrical-coordinate representation of color #DE017C: hue angle of 326.61º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE017C is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.13 |
| HSL | 326.61º | 0.99% | 0.44% | - |
| HSV(B) | 326.61º | 1% | 0.87% | - |
| XYZ | 33.77 | 17.01 | 20.57 | - |
| YUV | 81.1 | 152.22 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 124 | 0 | 1.00 | 0.44 | 0.13 | 326.61 | 0.99 | 0.44 |
| Hex | DE | 1 | 7C | 0 | 64 | 2C | D | 147 | 63 | 2C |
| Octal | 336 | 1 | 174 | 0 | 144 | 54 | 15 | 507 | 143 | 54 |
| Binary | 11011110 | 1 | 1111100 | 0 | 1100100 | 101100 | 1101 | 101000111 | 1100011 | 101100 |
Color Harmonies of #DE017C
Complementary color
Monochromatic Colors of #DE017C
Black with #DE017C
Text Example
Text Example
White with #DE017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE017C; }
p { color: rgb(222,1,124); }
H1.HeaderClassName
{
color: #DE017C;
}
.AnyTagClassName
{
color: #DE017C;
}
</style>
background-color css
<style>
a { background-color: #DE017C; }
a { background-color: rgb(222,1,124); }
div.DivClassName
{
background-color: #DE017C;
}
.BgClassName
{
background-color: #DE017C;
}
</style>
border-color css
<style>
span { border-color: #DE017C; }
span { border-color: rgb(222,1,124); }
td.TdClassName
{
border-color: #DE017C;
}
.TagClassName
{
border-color: #DE017C;
}
</style>