#DE85E7

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

Shades of Violet #DE85E7

Tints of Violet #DE85E7

Color information

#DE85E7 (or 0xDE85E7) is unknown color: approx Violet. HEX triplet: DE, 85 and E7. RGB value is (222,133,231). Sum of RGB (Red+Green+Blue) = 222+133+231=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE85E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85E7 is #217A18. Grayscale: #AAAAAA. Windows color (decimal): -2193945 or 15173086. OLE color: 15173086.

HSL color Cylindrical-coordinate representation of color #DE85E7: hue angle of 294.49º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE85E7 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222133231-
CMYK0.040.4200.09
HSL294.49º67.12%71.37%-
HSV(B)294.49º42.42%90.59%-
XYZ52.9438.0780.16-
YUV170.78161.99164.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 133 (52.34% from 255) = 22.70%
BLUE value IS 231 (90.62% from 255) = 39.42%
R=37.88%
G=22.70%
B=39.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221332310.040.4200.09294.4967.1271.37
HexDE85E742A091264347
Octal336205347452011446103107
Binary1101111010000101111001111001010100100110010011010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85E7; }

 p { color: rgb(222,133,231); }

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

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

 a { background-color: rgb(222,133,231); }

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

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

 span { border-color: rgb(222,133,231); }

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