Shades of Medium Violet Red #DE057D
Tints of Medium Violet Red #DE057D
RGB
CMYK
RGB Variations
Color information
#DE057D (or 0xDE057D) is known color: Medium Violet Red. HEX triplet: DE, 05 and 7D. RGB value is (222,5,125). Sum of RGB (Red+Green+Blue) = 222+5+125=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE057D is #21FA82. Grayscale: #535353. Windows color (decimal): -2226819 or 8193502. OLE color: 8193502.
HSL color Cylindrical-coordinate representation of color #DE057D: hue angle of 326.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE057D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.13 |
| HSL | 326.82º | 0.96% | 0.45% | - |
| HSV(B) | 326.82º | 0.98% | 0.87% | - |
| XYZ | 33.88 | 17.12 | 20.92 | - |
| YUV | 83.56 | 151.39 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 125 | 0 | 0.98 | 0.44 | 0.13 | 326.82 | 0.96 | 0.45 |
| Hex | DE | 5 | 7D | 0 | 62 | 2C | D | 147 | 60 | 2D |
| Octal | 336 | 5 | 175 | 0 | 142 | 54 | 15 | 507 | 140 | 55 |
| Binary | 11011110 | 101 | 1111101 | 0 | 1100010 | 101100 | 1101 | 101000111 | 1100000 | 101101 |
Color Harmonies of #DE057D
Complementary color
Monochromatic Colors of #DE057D
Black with #DE057D
Text Example
Text Example
White with #DE057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE057D; }
p { color: rgb(222,5,125); }
H1.HeaderClassName
{
color: #DE057D;
}
.AnyTagClassName
{
color: #DE057D;
}
</style>
background-color css
<style>
a { background-color: #DE057D; }
a { background-color: rgb(222,5,125); }
div.DivClassName
{
background-color: #DE057D;
}
.BgClassName
{
background-color: #DE057D;
}
</style>
border-color css
<style>
span { border-color: #DE057D; }
span { border-color: rgb(222,5,125); }
td.TdClassName
{
border-color: #DE057D;
}
.TagClassName
{
border-color: #DE057D;
}
</style>