#DE90F6

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

Shades of Violet #DE90F6

Tints of Violet #DE90F6

Color information

#DE90F6 (or 0xDE90F6) is unknown color: approx Violet. HEX triplet: DE, 90 and F6. RGB value is (222,144,246). Sum of RGB (Red+Green+Blue) = 222+144+246=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 144 (56.64% from 255 or 23.53% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE90F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE90F6 is #216F09. Grayscale: #B2B2B2. Windows color (decimal): -2191114 or 16158942. OLE color: 16158942.

HSL color Cylindrical-coordinate representation of color #DE90F6: hue angle of 285.88º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE90F6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222144246-
CMYK0.100.4100.04
HSL285.88º85%76.47%-
HSV(B)285.88º41.46%96.47%-
XYZ56.7342.1392.33-
YUV178.95165.84158.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.27%
GREEN value IS 144 (56.64% from 255) = 23.53%
BLUE value IS 246 (96.48% from 255) = 40.20%
R=36.27%
G=23.53%
B=40.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221442460.100.4100.04285.888576.47
HexDE90F6A290411e554c
Octal336220366125104436125114
Binary1101111010010000111101101010101001010010001111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90F6; }

 p { color: rgb(222,144,246); }

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

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

 a { background-color: rgb(222,144,246); }

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

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

 span { border-color: rgb(222,144,246); }

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