#DE64FB

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

Shades of Heliotrope #DE64FB

Tints of Heliotrope #DE64FB

Color information

#DE64FB (or 0xDE64FB) is unknown color: approx Heliotrope. HEX triplet: DE, 64 and FB. RGB value is (222,100,251). Sum of RGB (Red+Green+Blue) = 222+100+251=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 100 (39.45% from 255 or 17.45% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE64FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE64FB is #219B04. Grayscale: #999999. Windows color (decimal): -2202373 or 16475358. OLE color: 16475358.

HSL color Cylindrical-coordinate representation of color #DE64FB: hue angle of 288.48º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE64FB is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222100251-
CMYK0.120.6000.02
HSL288.48º94.97%68.82%-
HSV(B)288.48º60.16%98.43%-
XYZ52.0931.6194.62-
YUV153.69182.92176.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 100 (39.45% from 255) = 17.45%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=38.74%
G=17.45%
B=43.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221002510.120.6000.02288.4894.9768.82
HexDE64FBC3C021205f45
Octal336144373147402440137105
Binary11011110110010011111011110011110001010010000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE64FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE64FB; }

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

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

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

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

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

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

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

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