Shades of Violet #DE83E0
Tints of Violet #DE83E0
RGB
CMYK
RGB Variations
Color information
#DE83E0 (or 0xDE83E0) is known color: Violet. HEX triplet: DE, 83 and E0. RGB value is (222,131,224). Sum of RGB (Red+Green+Blue) = 222+131+224=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE83E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83E0 is #217C1F. Grayscale: #A8A8A8. Windows color (decimal): -2194464 or 14713822. OLE color: 14713822.
HSL color Cylindrical-coordinate representation of color #DE83E0: hue angle of 298.71º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE83E0 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 131 | 224 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.12 |
| HSL | 298.71º | 0.6% | 0.7% | - |
| HSV(B) | 298.71º | 0.42% | 0.88% | - |
| XYZ | 51.7 | 37.14 | 74.97 | - |
| YUV | 168.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 131 | 224 | 0.01 | 0.42 | 0 | 0.12 | 298.71 | 0.6 | 0.7 |
| Hex | DE | 83 | E0 | 1 | 2A | 0 | C | 12B | 3C | 46 |
| Octal | 336 | 203 | 340 | 1 | 52 | 0 | 14 | 453 | 74 | 106 |
| Binary | 11011110 | 10000011 | 11100000 | 1 | 101010 | 0 | 1100 | 100101011 | 111100 | 1000110 |
Color Harmonies of #DE83E0
Complementary color
Monochromatic Colors of #DE83E0
Black with #DE83E0
Text Example
Text Example
White with #DE83E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE83E0; }
p { color: rgb(222,131,224); }
H1.HeaderClassName
{
color: #DE83E0;
}
.AnyTagClassName
{
color: #DE83E0;
}
</style>
background-color css
<style>
a { background-color: #DE83E0; }
a { background-color: rgb(222,131,224); }
div.DivClassName
{
background-color: #DE83E0;
}
.BgClassName
{
background-color: #DE83E0;
}
</style>
border-color css
<style>
span { border-color: #DE83E0; }
span { border-color: rgb(222,131,224); }
td.TdClassName
{
border-color: #DE83E0;
}
.TagClassName
{
border-color: #DE83E0;
}
</style>