#DE59FC

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

Shades of Heliotrope #DE59FC

Tints of Heliotrope #DE59FC

Color information

#DE59FC (or 0xDE59FC) is unknown color: approx Heliotrope. HEX triplet: DE, 59 and FC. RGB value is (222,89,252). Sum of RGB (Red+Green+Blue) = 222+89+252=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 89 (35.16% from 255 or 15.81% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE59FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE59FC is #21A603. Grayscale: #929292. Windows color (decimal): -2205188 or 16538078. OLE color: 16538078.

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

Color convert

RGB22289252-
CMYK0.120.6500.01
HSL288.96º96.45%66.86%-
HSV(B)288.96º64.68%98.82%-
XYZ51.2729.795.13-
YUV147.35187.06181.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.43%
GREEN value IS 89 (35.16% from 255) = 15.81%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=39.43%
G=15.81%
B=44.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal222892520.120.6500.01288.9696.4566.86
HexDE59FCC41011216043
Octal3361313741410101441140103
Binary11011110101100111111100110010000010110010000111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE59FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE59FC; }

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

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

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

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

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

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

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

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