Shades of Medium Violet Red #DE1783
Tints of Medium Violet Red #DE1783
RGB
CMYK
RGB Variations
Color information
#DE1783 (or 0xDE1783) is known color: Medium Violet Red. HEX triplet: DE, 17 and 83. RGB value is (222,23,131). Sum of RGB (Red+Green+Blue) = 222+23+131=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1783 is #21E87C. Grayscale: #5E5E5E. Windows color (decimal): -2222205 or 8591326. OLE color: 8591326.
HSL color Cylindrical-coordinate representation of color #DE1783: hue angle of 327.44º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE1783 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 131 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.13 |
| HSL | 327.44º | 0.81% | 0.48% | - |
| HSV(B) | 327.44º | 0.9% | 0.87% | - |
| XYZ | 34.53 | 17.78 | 23.09 | - |
| YUV | 94.81 | 148.43 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 131 | 0 | 0.90 | 0.41 | 0.13 | 327.44 | 0.81 | 0.48 |
| Hex | DE | 17 | 83 | 0 | 5A | 29 | D | 147 | 51 | 30 |
| Octal | 336 | 27 | 203 | 0 | 132 | 51 | 15 | 507 | 121 | 60 |
| Binary | 11011110 | 10111 | 10000011 | 0 | 1011010 | 101001 | 1101 | 101000111 | 1010001 | 110000 |
Color Harmonies of #DE1783
Complementary color
Monochromatic Colors of #DE1783
Black with #DE1783
Text Example
Text Example
White with #DE1783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1783; }
p { color: rgb(222,23,131); }
H1.HeaderClassName
{
color: #DE1783;
}
.AnyTagClassName
{
color: #DE1783;
}
</style>
background-color css
<style>
a { background-color: #DE1783; }
a { background-color: rgb(222,23,131); }
div.DivClassName
{
background-color: #DE1783;
}
.BgClassName
{
background-color: #DE1783;
}
</style>
border-color css
<style>
span { border-color: #DE1783; }
span { border-color: rgb(222,23,131); }
td.TdClassName
{
border-color: #DE1783;
}
.TagClassName
{
border-color: #DE1783;
}
</style>