#DE80F9

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

Shades of Heliotrope #DE80F9

Tints of Heliotrope #DE80F9

Color information

#DE80F9 (or 0xDE80F9) is unknown color: approx Heliotrope. HEX triplet: DE, 80 and F9. RGB value is (222,128,249). Sum of RGB (Red+Green+Blue) = 222+128+249=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE80F9 is #217F06. Grayscale: #A9A9A9. Windows color (decimal): -2195207 or 16351454. OLE color: 16351454.

HSL color Cylindrical-coordinate representation of color #DE80F9: hue angle of 286.61º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE80F9 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222128249-
CMYK0.110.4900.02
HSL286.61º90.98%73.92%-
HSV(B)286.61º48.59%97.65%-
XYZ54.9437.8194.02-
YUV169.9172.64165.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 128 (50.39% from 255) = 21.37%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=37.06%
G=21.37%
B=41.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221282490.110.4900.02286.6190.9873.92
HexDE80F9B310211f5b4a
Octal336200371136102437133112
Binary110111101000000011111001101111000101010001111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80F9; }

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

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

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

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

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

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

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

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