#DE90FF

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

Shades of Heliotrope #DE90FF

Tints of Heliotrope #DE90FF

Color information

#DE90FF (or 0xDE90FF) is unknown color: approx Heliotrope. HEX triplet: DE, 90 and FF. RGB value is (222,144,255). Sum of RGB (Red+Green+Blue) = 222+144+255=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE90FF is #216F00. Grayscale: #B3B3B3. Windows color (decimal): -2191105 or 16748766. OLE color: 16748766.

HSL color Cylindrical-coordinate representation of color #DE90FF: hue angle of 282.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE90FF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222144255-
CMYK0.130.4400
HSL282.16º100%78.24%-
HSV(B)282.16º43.53%100%-
XYZ58.1542.799.78-
YUV179.98170.34157.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 144 (56.64% from 255) = 23.19%
BLUE value IS 255 (100% from 255) = 41.06%
R=35.75%
G=23.19%
B=41.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221442550.130.4400282.1610078.24
HexDE90FFD2C0011a644e
Octal336220377155400432144116
Binary11011110100100001111111111011011000010001101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90FF; }

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

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

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

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

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

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

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

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