#de85e6

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

Shades of Violet #DE85E6

Tints of Violet #DE85E6

Color information

#DE85E6 (or 0xDE85E6) is unknown color: approx Violet. HEX triplet: DE, 85 and E6. RGB value is (222,133,230). Sum of RGB (Red+Green+Blue) = 222+133+230=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE85E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85E6 is #217A19. Grayscale: #AAAAAA. Windows color (decimal): -2193946 or 15107550. OLE color: 15107550.

HSL color Cylindrical-coordinate representation of color #DE85E6: hue angle of 295.05º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE85E6 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222133230-
CMYK0.030.4200.10
HSL295.05º65.99%71.18%-
HSV(B)295.05º42.17%90.2%-
XYZ52.7938.0279.42-
YUV170.67161.49164.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 133 (52.34% from 255) = 22.74%
BLUE value IS 230 (90.23% from 255) = 39.32%
R=37.95%
G=22.74%
B=39.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221332300.030.4200.10295.0565.9971.18
HexDE85E632A0A1274247
Octal336205346352012447102107
Binary110111101000010111100110111010100101010010011110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de85e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de85e6; }

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

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

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

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

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

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

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

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