Shades of Violet #DE80EA
Tints of Violet #DE80EA
RGB
CMYK
RGB Variations
Color information
#DE80EA (or 0xDE80EA) is known color: Violet. HEX triplet: DE, 80 and EA. RGB value is (222,128,234). Sum of RGB (Red+Green+Blue) = 222+128+234=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE80EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE80EA is #217F15. Grayscale: #A7A7A7. Windows color (decimal): -2195222 or 15368414. OLE color: 15368414.
HSL color Cylindrical-coordinate representation of color #DE80EA: hue angle of 293.21º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE80EA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 128 | 234 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.08 |
| HSL | 293.21º | 0.72% | 0.71% | - |
| HSV(B) | 293.21º | 0.45% | 0.92% | - |
| XYZ | 52.69 | 36.91 | 82.19 | - |
| YUV | 168.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 234 | 0.05 | 0.45 | 0 | 0.08 | 293.21 | 0.72 | 0.71 |
| Hex | DE | 80 | EA | 5 | 2D | 0 | 8 | 125 | 48 | 47 |
| Octal | 336 | 200 | 352 | 5 | 55 | 0 | 10 | 445 | 110 | 107 |
| Binary | 11011110 | 10000000 | 11101010 | 101 | 101101 | 0 | 1000 | 100100101 | 1001000 | 1000111 |
Color Harmonies of #DE80EA
Complementary color
Monochromatic Colors of #DE80EA
Black with #DE80EA
Text Example
Text Example
White with #DE80EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80EA; }
p { color: rgb(222,128,234); }
H1.HeaderClassName
{
color: #DE80EA;
}
.AnyTagClassName
{
color: #DE80EA;
}
</style>
background-color css
<style>
a { background-color: #DE80EA; }
a { background-color: rgb(222,128,234); }
div.DivClassName
{
background-color: #DE80EA;
}
.BgClassName
{
background-color: #DE80EA;
}
</style>
border-color css
<style>
span { border-color: #DE80EA; }
span { border-color: rgb(222,128,234); }
td.TdClassName
{
border-color: #DE80EA;
}
.TagClassName
{
border-color: #DE80EA;
}
</style>