#DE90FC

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

Shades of Heliotrope #DE90FC

Tints of Heliotrope #DE90FC

Color information

#DE90FC (or 0xDE90FC) is unknown color: approx Heliotrope. HEX triplet: DE, 90 and FC. RGB value is (222,144,252). Sum of RGB (Red+Green+Blue) = 222+144+252=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE90FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE90FC is #216F03. Grayscale: #B3B3B3. Windows color (decimal): -2191108 or 16552158. OLE color: 16552158.

HSL color Cylindrical-coordinate representation of color #DE90FC: hue angle of 283.33º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE90FC is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222144252-
CMYK0.120.4300.01
HSL283.33º94.74%77.65%-
HSV(B)283.33º42.86%98.82%-
XYZ57.6742.597.26-
YUV179.63168.84158.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 144 (56.64% from 255) = 23.30%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=35.92%
G=23.30%
B=40.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221442520.120.4300.01283.3394.7477.65
HexDE90FCC2B0111b5f4e
Octal336220374145301433137116
Binary11011110100100001111110011001010110110001101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90FC; }

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

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

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

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

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

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

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

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