Shades of Violet #DE83EC
Tints of Violet #DE83EC
RGB
CMYK
RGB Variations
Color information
#DE83EC (or 0xDE83EC) is known color: Violet. HEX triplet: DE, 83 and EC. RGB value is (222,131,236). Sum of RGB (Red+Green+Blue) = 222+131+236=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE83EC is #217C13. Grayscale: #A9A9A9. Windows color (decimal): -2194452 or 15500254. OLE color: 15500254.
HSL color Cylindrical-coordinate representation of color #DE83EC: hue angle of 292º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE83EC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 131 | 236 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.07 |
| HSL | 292º | 0.73% | 0.72% | - |
| HSV(B) | 292º | 0.44% | 0.93% | - |
| XYZ | 53.38 | 37.82 | 83.84 | - |
| YUV | 170.18 | 165.15 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 131 | 236 | 0.06 | 0.44 | 0 | 0.07 | 292 | 0.73 | 0.72 |
| Hex | DE | 83 | EC | 6 | 2C | 0 | 7 | 124 | 49 | 48 |
| Octal | 336 | 203 | 354 | 6 | 54 | 0 | 7 | 444 | 111 | 110 |
| Binary | 11011110 | 10000011 | 11101100 | 110 | 101100 | 0 | 111 | 100100100 | 1001001 | 1001000 |
Color Harmonies of #DE83EC
Complementary color
Monochromatic Colors of #DE83EC
Black with #DE83EC
Text Example
Text Example
White with #DE83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE83EC; }
p { color: rgb(222,131,236); }
H1.HeaderClassName
{
color: #DE83EC;
}
.AnyTagClassName
{
color: #DE83EC;
}
</style>
background-color css
<style>
a { background-color: #DE83EC; }
a { background-color: rgb(222,131,236); }
div.DivClassName
{
background-color: #DE83EC;
}
.BgClassName
{
background-color: #DE83EC;
}
</style>
border-color css
<style>
span { border-color: #DE83EC; }
span { border-color: rgb(222,131,236); }
td.TdClassName
{
border-color: #DE83EC;
}
.TagClassName
{
border-color: #DE83EC;
}
</style>