#DE80F3

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

Shades of Heliotrope #DE80F3

Tints of Heliotrope #DE80F3

Color information

#DE80F3 (or 0xDE80F3) is unknown color: approx Heliotrope. HEX triplet: DE, 80 and F3. RGB value is (222,128,243). Sum of RGB (Red+Green+Blue) = 222+128+243=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE80F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE80F3 is #217F0C. Grayscale: #A8A8A8. Windows color (decimal): -2195213 or 15958238. OLE color: 15958238.

HSL color Cylindrical-coordinate representation of color #DE80F3: hue angle of 289.04º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE80F3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222128243-
CMYK0.090.4700.05
HSL289.04º82.73%72.75%-
HSV(B)289.04º47.33%95.29%-
XYZ54.0237.4489.17-
YUV169.22169.64165.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 128 (50.39% from 255) = 21.59%
BLUE value IS 243 (95.31% from 255) = 40.98%
R=37.44%
G=21.59%
B=40.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221282430.090.4700.05289.0482.7372.75
HexDE80F392F051215349
Octal336200363115705441123111
Binary1101111010000000111100111001101111010110010000110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80F3; }

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

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

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

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

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

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

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

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