Shades of Violet #DE8EF4
Tints of Violet #DE8EF4
RGB
CMYK
RGB Variations
Color information
#DE8EF4 (or 0xDE8EF4) is known color: Violet. HEX triplet: DE, 8E and F4. RGB value is (222,142,244). Sum of RGB (Red+Green+Blue) = 222+142+244=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #DE8EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8EF4 is #21710B. Grayscale: #B1B1B1. Windows color (decimal): -2191628 or 16027358. OLE color: 16027358.
HSL color Cylindrical-coordinate representation of color #DE8EF4: hue angle of 287.06º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE8EF4 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 142 | 244 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.04 |
| HSL | 287.06º | 0.82% | 0.76% | - |
| HSV(B) | 287.06º | 0.42% | 0.96% | - |
| XYZ | 56.13 | 41.41 | 90.62 | - |
| YUV | 177.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 142 | 244 | 0.09 | 0.42 | 0 | 0.04 | 287.06 | 0.82 | 0.76 |
| Hex | DE | 8E | F4 | 9 | 2A | 0 | 4 | 11F | 52 | 4C |
| Octal | 336 | 216 | 364 | 11 | 52 | 0 | 4 | 437 | 122 | 114 |
| Binary | 11011110 | 10001110 | 11110100 | 1001 | 101010 | 0 | 100 | 100011111 | 1010010 | 1001100 |
Color Harmonies of #DE8EF4
Complementary color
Monochromatic Colors of #DE8EF4
Black with #DE8EF4
Text Example
Text Example
White with #DE8EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8EF4; }
p { color: rgb(222,142,244); }
H1.HeaderClassName
{
color: #DE8EF4;
}
.AnyTagClassName
{
color: #DE8EF4;
}
</style>
background-color css
<style>
a { background-color: #DE8EF4; }
a { background-color: rgb(222,142,244); }
div.DivClassName
{
background-color: #DE8EF4;
}
.BgClassName
{
background-color: #DE8EF4;
}
</style>
border-color css
<style>
span { border-color: #DE8EF4; }
span { border-color: rgb(222,142,244); }
td.TdClassName
{
border-color: #DE8EF4;
}
.TagClassName
{
border-color: #DE8EF4;
}
</style>