#DE90FE

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

Shades of Heliotrope #DE90FE

Tints of Heliotrope #DE90FE

Color information

#DE90FE (or 0xDE90FE) is unknown color: approx Heliotrope. HEX triplet: DE, 90 and FE. RGB value is (222,144,254). Sum of RGB (Red+Green+Blue) = 222+144+254=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE90FE is #216F01. Grayscale: #B3B3B3. Windows color (decimal): -2191106 or 16683230. OLE color: 16683230.

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

Color convert

RGB222144254-
CMYK0.130.4300.00
HSL282.55º98.21%78.04%-
HSV(B)282.55º43.31%99.61%-
XYZ57.9942.6398.94-
YUV179.86169.84158.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 144 (56.64% from 255) = 23.23%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=35.81%
G=23.23%
B=40.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221442540.130.4300.00282.5598.2178.04
HexDE90FED2B0011b624e
Octal336220376155300433142116
Binary11011110100100001111111011011010110010001101111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90FE; }

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

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

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

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

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

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

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

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