#DE91FB

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

Shades of Heliotrope #DE91FB

Tints of Heliotrope #DE91FB

Color information

#DE91FB (or 0xDE91FB) is unknown color: approx Heliotrope. HEX triplet: DE, 91 and FB. RGB value is (222,145,251). Sum of RGB (Red+Green+Blue) = 222+145+251=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 145 (57.03% from 255 or 23.46% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE91FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE91FB is #216E04. Grayscale: #B3B3B3. Windows color (decimal): -2190853 or 16486878. OLE color: 16486878.

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

Color convert

RGB222145251-
CMYK0.120.4200.02
HSL283.58º92.98%77.65%-
HSV(B)283.58º42.23%98.43%-
XYZ57.6642.7596.48-
YUV180.11168.01157.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 145 (57.03% from 255) = 23.46%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=35.92%
G=23.46%
B=40.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221452510.120.4200.02283.5892.9877.65
HexDE91FBC2A0211c5d4e
Octal336221373145202434135116
Binary110111101001000111111011110010101001010001110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE91FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE91FB; }

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

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

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

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

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

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

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

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