#DE90FB

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

Shades of Heliotrope #DE90FB

Tints of Heliotrope #DE90FB

Color information

#DE90FB (or 0xDE90FB) is unknown color: approx Heliotrope. HEX triplet: DE, 90 and FB. RGB value is (222,144,251). Sum of RGB (Red+Green+Blue) = 222+144+251=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE90FB is #216F04. Grayscale: #B3B3B3. Windows color (decimal): -2191109 or 16486622. OLE color: 16486622.

HSL color Cylindrical-coordinate representation of color #DE90FB: hue angle of 283.74º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE90FB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222144251-
CMYK0.120.4300.02
HSL283.74º93.04%77.45%-
HSV(B)283.74º42.63%98.43%-
XYZ57.5142.4496.43-
YUV179.52168.34158.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 144 (56.64% from 255) = 23.34%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=35.98%
G=23.34%
B=40.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221442510.120.4300.02283.7493.0477.45
HexDE90FBC2B0211c5d4d
Octal336220373145302434135115
Binary110111101001000011111011110010101101010001110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90FB; }

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

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

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

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

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

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

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

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