#DE59F1

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

Shades of Heliotrope #DE59F1

Tints of Heliotrope #DE59F1

Color information

#DE59F1 (or 0xDE59F1) is unknown color: approx Heliotrope. HEX triplet: DE, 59 and F1. RGB value is (222,89,241). Sum of RGB (Red+Green+Blue) = 222+89+241=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 89 (35.16% from 255 or 16.12% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE59F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE59F1 is #21A60E. Grayscale: #919191. Windows color (decimal): -2205199 or 15817182. OLE color: 15817182.

HSL color Cylindrical-coordinate representation of color #DE59F1: hue angle of 292.5º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE59F1 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22289241-
CMYK0.080.6300.05
HSL292.5º84.44%64.71%-
HSV(B)292.5º63.07%94.51%-
XYZ49.5729.0386.21-
YUV146.1181.56182.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 89 (35.16% from 255) = 16.12%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=40.22%
G=16.12%
B=43.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal222892410.080.6300.05292.584.4464.71
HexDE59F183F051245441
Octal336131361107705444124101
Binary110111101011001111100011000111111010110010010010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE59F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE59F1; }

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

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

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

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

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

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

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

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