#DE5DFF

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

Shades of Heliotrope #DE5DFF

Tints of Heliotrope #DE5DFF

Color information

#DE5DFF (or 0xDE5DFF) is unknown color: approx Heliotrope. HEX triplet: DE, 5D and FF. RGB value is (222,93,255). Sum of RGB (Red+Green+Blue) = 222+93+255=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 93 (36.72% from 255 or 16.32% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5DFF is #21A200. Grayscale: #959595. Windows color (decimal): -2204161 or 16735710. OLE color: 16735710.

HSL color Cylindrical-coordinate representation of color #DE5DFF: hue angle of 287.78º 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 #DE5DFF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22293255-
CMYK0.130.6400
HSL287.78º100%68.24%-
HSV(B)287.78º63.53%100%-
XYZ52.0930.5897.76-
YUV150.04187.24179.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 93 (36.72% from 255) = 16.32%
BLUE value IS 255 (100% from 255) = 44.74%
R=38.95%
G=16.32%
B=44.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal222932550.130.6400287.7810068.24
HexDE5DFFD40001206444
Octal3361353771510000440144104
Binary11011110101110111111111110110000000010010000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5DFF; }

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

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

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

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

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

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

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

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