#DE86E1

Color #DE86E1 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DE86E1

Tints of Violet #DE86E1

Color information

#DE86E1 (or 0xDE86E1) is unknown color: approx Violet. HEX triplet: DE, 86 and E1. RGB value is (222,134,225). Sum of RGB (Red+Green+Blue) = 222+134+225=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE86E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE86E1 is #21791E. Grayscale: #AAAAAA. Windows color (decimal): -2193695 or 14780126. OLE color: 14780126.

HSL color Cylindrical-coordinate representation of color #DE86E1: hue angle of 298.02º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE86E1 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222134225-
CMYK0.010.4000.12
HSL298.02º60.26%70.39%-
HSV(B)298.02º40.44%88.24%-
XYZ52.2438.0275.82-
YUV170.69158.65164.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 134 (52.73% from 255) = 23.06%
BLUE value IS 225 (88.28% from 255) = 38.73%
R=38.21%
G=23.06%
B=38.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221342250.010.4000.12298.0260.2670.39
HexDE86E11280C12a3c46
Octal33620634115001445274106
Binary1101111010000110111000011101000011001001010101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE86E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE86E1; }

 p { color: rgb(222,134,225); }

 H1.HeaderClassName
 {
   color: #DE86E1;
 }
 .AnyTagClassName
 {
   color: #DE86E1;
 }
</style>
background-color css

<style>
 a { background-color: #DE86E1; }

 a { background-color: rgb(222,134,225); }

 div.DivClassName
 {
   background-color: #DE86E1;
 }
 .BgClassName
 {
   background-color: #DE86E1;
 }
</style>
border-color css

<style>
 span { border-color: #DE86E1; }

 span { border-color: rgb(222,134,225); }

 td.TdClassName
 {
   border-color: #DE86E1;
 }
 .TagClassName
 {
   border-color: #DE86E1;
 }
</style>