Shades of Violet #DE82E0
Tints of Violet #DE82E0
RGB
CMYK
RGB Variations
Color information
#DE82E0 (or 0xDE82E0) is known color: Violet. HEX triplet: DE, 82 and E0. RGB value is (222,130,224). Sum of RGB (Red+Green+Blue) = 222+130+224=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE82E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82E0 is #217D1F. Grayscale: #A7A7A7. Windows color (decimal): -2194720 or 14713566. OLE color: 14713566.
HSL color Cylindrical-coordinate representation of color #DE82E0: hue angle of 298.72º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE82E0 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 130 | 224 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.12 |
| HSL | 298.72º | 0.6% | 0.69% | - |
| HSV(B) | 298.72º | 0.42% | 0.88% | - |
| XYZ | 51.56 | 36.88 | 74.92 | - |
| YUV | 168.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 224 | 0.01 | 0.42 | 0 | 0.12 | 298.72 | 0.6 | 0.69 |
| Hex | DE | 82 | E0 | 1 | 2A | 0 | C | 12B | 3C | 45 |
| Octal | 336 | 202 | 340 | 1 | 52 | 0 | 14 | 453 | 74 | 105 |
| Binary | 11011110 | 10000010 | 11100000 | 1 | 101010 | 0 | 1100 | 100101011 | 111100 | 1000101 |
Color Harmonies of #DE82E0
Complementary color
Monochromatic Colors of #DE82E0
Black with #DE82E0
Text Example
Text Example
White with #DE82E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE82E0; }
p { color: rgb(222,130,224); }
H1.HeaderClassName
{
color: #DE82E0;
}
.AnyTagClassName
{
color: #DE82E0;
}
</style>
background-color css
<style>
a { background-color: #DE82E0; }
a { background-color: rgb(222,130,224); }
div.DivClassName
{
background-color: #DE82E0;
}
.BgClassName
{
background-color: #DE82E0;
}
</style>
border-color css
<style>
span { border-color: #DE82E0; }
span { border-color: rgb(222,130,224); }
td.TdClassName
{
border-color: #DE82E0;
}
.TagClassName
{
border-color: #DE82E0;
}
</style>