Shades of Violet #DE80EF
Tints of Violet #DE80EF
RGB
CMYK
RGB Variations
Color information
#DE80EF (or 0xDE80EF) is known color: Violet. HEX triplet: DE, 80 and EF. RGB value is (222,128,239). Sum of RGB (Red+Green+Blue) = 222+128+239=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE80EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE80EF is #217F10. Grayscale: #A8A8A8. Windows color (decimal): -2195217 or 15696094. OLE color: 15696094.
HSL color Cylindrical-coordinate representation of color #DE80EF: hue angle of 290.81º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE80EF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 128 | 239 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.06 |
| HSL | 290.81º | 0.78% | 0.72% | - |
| HSV(B) | 290.81º | 0.46% | 0.94% | - |
| XYZ | 53.42 | 37.2 | 86.03 | - |
| YUV | 168.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 239 | 0.07 | 0.46 | 0 | 0.06 | 290.81 | 0.78 | 0.72 |
| Hex | DE | 80 | EF | 7 | 2E | 0 | 6 | 123 | 4E | 48 |
| Octal | 336 | 200 | 357 | 7 | 56 | 0 | 6 | 443 | 116 | 110 |
| Binary | 11011110 | 10000000 | 11101111 | 111 | 101110 | 0 | 110 | 100100011 | 1001110 | 1001000 |
Color Harmonies of #DE80EF
Complementary color
Monochromatic Colors of #DE80EF
Black with #DE80EF
Text Example
Text Example
White with #DE80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80EF; }
p { color: rgb(222,128,239); }
H1.HeaderClassName
{
color: #DE80EF;
}
.AnyTagClassName
{
color: #DE80EF;
}
</style>
background-color css
<style>
a { background-color: #DE80EF; }
a { background-color: rgb(222,128,239); }
div.DivClassName
{
background-color: #DE80EF;
}
.BgClassName
{
background-color: #DE80EF;
}
</style>
border-color css
<style>
span { border-color: #DE80EF; }
span { border-color: rgb(222,128,239); }
td.TdClassName
{
border-color: #DE80EF;
}
.TagClassName
{
border-color: #DE80EF;
}
</style>