Shades of Violet #DE80EE
Tints of Violet #DE80EE
RGB
CMYK
RGB Variations
Color information
#DE80EE (or 0xDE80EE) is known color: Violet. HEX triplet: DE, 80 and EE. RGB value is (222,128,238). Sum of RGB (Red+Green+Blue) = 222+128+238=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE80EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE80EE is #217F11. Grayscale: #A8A8A8. Windows color (decimal): -2195218 or 15630558. OLE color: 15630558.
HSL color Cylindrical-coordinate representation of color #DE80EE: hue angle of 291.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE80EE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 128 | 238 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.07 |
| HSL | 291.27º | 0.76% | 0.72% | - |
| HSV(B) | 291.27º | 0.46% | 0.93% | - |
| XYZ | 53.28 | 37.14 | 85.25 | - |
| YUV | 168.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 238 | 0.07 | 0.46 | 0 | 0.07 | 291.27 | 0.76 | 0.72 |
| Hex | DE | 80 | EE | 7 | 2E | 0 | 7 | 123 | 4C | 48 |
| Octal | 336 | 200 | 356 | 7 | 56 | 0 | 7 | 443 | 114 | 110 |
| Binary | 11011110 | 10000000 | 11101110 | 111 | 101110 | 0 | 111 | 100100011 | 1001100 | 1001000 |
Color Harmonies of #DE80EE
Complementary color
Monochromatic Colors of #DE80EE
Black with #DE80EE
Text Example
Text Example
White with #DE80EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80EE; }
p { color: rgb(222,128,238); }
H1.HeaderClassName
{
color: #DE80EE;
}
.AnyTagClassName
{
color: #DE80EE;
}
</style>
background-color css
<style>
a { background-color: #DE80EE; }
a { background-color: rgb(222,128,238); }
div.DivClassName
{
background-color: #DE80EE;
}
.BgClassName
{
background-color: #DE80EE;
}
</style>
border-color css
<style>
span { border-color: #DE80EE; }
span { border-color: rgb(222,128,238); }
td.TdClassName
{
border-color: #DE80EE;
}
.TagClassName
{
border-color: #DE80EE;
}
</style>