Shades of Violet #DE86F1
Tints of Violet #DE86F1
RGB
CMYK
RGB Variations
Color information
#DE86F1 (or 0xDE86F1) is known color: Violet. HEX triplet: DE, 86 and F1. RGB value is (222,134,241). Sum of RGB (Red+Green+Blue) = 222+134+241=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE86F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE86F1 is #21790E. Grayscale: #ACACAC. Windows color (decimal): -2193679 or 15828702. OLE color: 15828702.
HSL color Cylindrical-coordinate representation of color #DE86F1: hue angle of 289.35º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE86F1 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 134 | 241 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.05 |
| HSL | 289.35º | 0.79% | 0.74% | - |
| HSV(B) | 289.35º | 0.44% | 0.95% | - |
| XYZ | 54.53 | 38.93 | 87.86 | - |
| YUV | 172.51 | 166.65 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 241 | 0.08 | 0.44 | 0 | 0.05 | 289.35 | 0.79 | 0.74 |
| Hex | DE | 86 | F1 | 8 | 2C | 0 | 5 | 121 | 4F | 4A |
| Octal | 336 | 206 | 361 | 10 | 54 | 0 | 5 | 441 | 117 | 112 |
| Binary | 11011110 | 10000110 | 11110001 | 1000 | 101100 | 0 | 101 | 100100001 | 1001111 | 1001010 |
Color Harmonies of #DE86F1
Complementary color
Monochromatic Colors of #DE86F1
Black with #DE86F1
Text Example
Text Example
White with #DE86F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE86F1; }
p { color: rgb(222,134,241); }
H1.HeaderClassName
{
color: #DE86F1;
}
.AnyTagClassName
{
color: #DE86F1;
}
</style>
background-color css
<style>
a { background-color: #DE86F1; }
a { background-color: rgb(222,134,241); }
div.DivClassName
{
background-color: #DE86F1;
}
.BgClassName
{
background-color: #DE86F1;
}
</style>
border-color css
<style>
span { border-color: #DE86F1; }
span { border-color: rgb(222,134,241); }
td.TdClassName
{
border-color: #DE86F1;
}
.TagClassName
{
border-color: #DE86F1;
}
</style>