#DE85F1

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

Shades of Violet #DE85F1

Tints of Violet #DE85F1

Color information

#DE85F1 (or 0xDE85F1) is unknown color: approx Violet. HEX triplet: DE, 85 and F1. RGB value is (222,133,241). Sum of RGB (Red+Green+Blue) = 222+133+241=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE85F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85F1 is #217A0E. Grayscale: #ABABAB. Windows color (decimal): -2193935 or 15828446. OLE color: 15828446.

HSL color Cylindrical-coordinate representation of color #DE85F1: hue angle of 289.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE85F1 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222133241-
CMYK0.080.4500.05
HSL289.44º79.41%73.33%-
HSV(B)289.44º44.81%94.51%-
XYZ54.3938.6687.81-
YUV171.92166.99163.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 133 (52.34% from 255) = 22.32%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=37.25%
G=22.32%
B=40.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221332410.080.4500.05289.4479.4173.33
HexDE85F182D051214f49
Octal336205361105505441117111
Binary1101111010000101111100011000101101010110010000110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85F1; }

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

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

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

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

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

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

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

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