Shades of Violet #DE80ED
Tints of Violet #DE80ED
RGB
CMYK
RGB Variations
Color information
#DE80ED (or 0xDE80ED) is known color: Violet. HEX triplet: DE, 80 and ED. RGB value is (222,128,237). Sum of RGB (Red+Green+Blue) = 222+128+237=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE80ED is #217F12. Grayscale: #A8A8A8. Windows color (decimal): -2195219 or 15565022. OLE color: 15565022.
HSL color Cylindrical-coordinate representation of color #DE80ED: hue angle of 291.74º degrees, saturation: 0.75, 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 #DE80ED is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 128 | 237 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.07 |
| HSL | 291.74º | 0.75% | 0.72% | - |
| HSV(B) | 291.74º | 0.46% | 0.93% | - |
| XYZ | 53.13 | 37.08 | 84.48 | - |
| YUV | 168.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 237 | 0.06 | 0.46 | 0 | 0.07 | 291.74 | 0.75 | 0.72 |
| Hex | DE | 80 | ED | 6 | 2E | 0 | 7 | 124 | 4B | 48 |
| Octal | 336 | 200 | 355 | 6 | 56 | 0 | 7 | 444 | 113 | 110 |
| Binary | 11011110 | 10000000 | 11101101 | 110 | 101110 | 0 | 111 | 100100100 | 1001011 | 1001000 |
Color Harmonies of #DE80ED
Complementary color
Monochromatic Colors of #DE80ED
Black with #DE80ED
Text Example
Text Example
White with #DE80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80ED; }
p { color: rgb(222,128,237); }
H1.HeaderClassName
{
color: #DE80ED;
}
.AnyTagClassName
{
color: #DE80ED;
}
</style>
background-color css
<style>
a { background-color: #DE80ED; }
a { background-color: rgb(222,128,237); }
div.DivClassName
{
background-color: #DE80ED;
}
.BgClassName
{
background-color: #DE80ED;
}
</style>
border-color css
<style>
span { border-color: #DE80ED; }
span { border-color: rgb(222,128,237); }
td.TdClassName
{
border-color: #DE80ED;
}
.TagClassName
{
border-color: #DE80ED;
}
</style>