#DE80FF

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

Shades of Heliotrope #DE80FF

Tints of Heliotrope #DE80FF

Color information

#DE80FF (or 0xDE80FF) is unknown color: approx Heliotrope. HEX triplet: DE, 80 and FF. RGB value is (222,128,255). Sum of RGB (Red+Green+Blue) = 222+128+255=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE80FF is #217F00. Grayscale: #AAAAAA. Windows color (decimal): -2195201 or 16744670. OLE color: 16744670.

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

Color convert

RGB222128255-
CMYK0.130.5000
HSL284.41º100%75.1%-
HSV(B)284.41º49.8%100%-
XYZ55.8938.1999.03-
YUV170.58175.64164.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 128 (50.39% from 255) = 21.16%
BLUE value IS 255 (100% from 255) = 42.15%
R=36.69%
G=21.16%
B=42.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221282550.130.5000284.4110075.1
HexDE80FFD320011c644b
Octal336200377156200434144113
Binary11011110100000001111111111011100100010001110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80FF; }

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

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

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

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

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

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

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

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