#DE5CFF

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

Shades of Heliotrope #DE5CFF

Tints of Heliotrope #DE5CFF

Color information

#DE5CFF (or 0xDE5CFF) is unknown color: approx Heliotrope. HEX triplet: DE, 5C and FF. RGB value is (222,92,255). Sum of RGB (Red+Green+Blue) = 222+92+255=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 92 (36.33% from 255 or 16.17% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5CFF is #21A300. Grayscale: #949494. Windows color (decimal): -2204417 or 16735454. OLE color: 16735454.

HSL color Cylindrical-coordinate representation of color #DE5CFF: hue angle of 287.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5CFF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22292255-
CMYK0.130.6400
HSL287.85º100%68.04%-
HSV(B)287.85º63.92%100%-
XYZ5230.497.74-
YUV149.45187.57179.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 92 (36.33% from 255) = 16.17%
BLUE value IS 255 (100% from 255) = 44.82%
R=39.02%
G=16.17%
B=44.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal222922550.130.6400287.8510068.04
HexDE5CFFD40001206444
Octal3361343771510000440144104
Binary11011110101110011111111110110000000010010000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5CFF; }

 p { color: rgb(222,92,255); }

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

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

 a { background-color: rgb(222,92,255); }

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

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

 span { border-color: rgb(222,92,255); }

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