Shades of Violet #DE82E1
Tints of Violet #DE82E1
RGB
CMYK
RGB Variations
Color information
#DE82E1 (or 0xDE82E1) is known color: Violet. HEX triplet: DE, 82 and E1. RGB value is (222,130,225). Sum of RGB (Red+Green+Blue) = 222+130+225=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE82E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82E1 is #217D1E. Grayscale: #A8A8A8. Windows color (decimal): -2194719 or 14779102. OLE color: 14779102.
HSL color Cylindrical-coordinate representation of color #DE82E1: hue angle of 298.11º degrees, saturation: 0.61, 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 #DE82E1 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 130 | 225 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.12 |
| HSL | 298.11º | 0.61% | 0.7% | - |
| HSV(B) | 298.11º | 0.42% | 0.88% | - |
| XYZ | 51.7 | 36.93 | 75.64 | - |
| YUV | 168.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 225 | 0.01 | 0.42 | 0 | 0.12 | 298.11 | 0.61 | 0.7 |
| Hex | DE | 82 | E1 | 1 | 2A | 0 | C | 12A | 3D | 46 |
| Octal | 336 | 202 | 341 | 1 | 52 | 0 | 14 | 452 | 75 | 106 |
| Binary | 11011110 | 10000010 | 11100001 | 1 | 101010 | 0 | 1100 | 100101010 | 111101 | 1000110 |
Color Harmonies of #DE82E1
Complementary color
Monochromatic Colors of #DE82E1
Black with #DE82E1
Text Example
Text Example
White with #DE82E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE82E1; }
p { color: rgb(222,130,225); }
H1.HeaderClassName
{
color: #DE82E1;
}
.AnyTagClassName
{
color: #DE82E1;
}
</style>
background-color css
<style>
a { background-color: #DE82E1; }
a { background-color: rgb(222,130,225); }
div.DivClassName
{
background-color: #DE82E1;
}
.BgClassName
{
background-color: #DE82E1;
}
</style>
border-color css
<style>
span { border-color: #DE82E1; }
span { border-color: rgb(222,130,225); }
td.TdClassName
{
border-color: #DE82E1;
}
.TagClassName
{
border-color: #DE82E1;
}
</style>