#DF80FF

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

Shades of Heliotrope #DF80FF

Tints of Heliotrope #DF80FF

Color information

#DF80FF (or 0xDF80FF) is unknown color: approx Heliotrope. HEX triplet: DF, 80 and FF. RGB value is (223,128,255). Sum of RGB (Red+Green+Blue) = 223+128+255=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 128 (50.39% from 255 or 21.12% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80FF is #207F00. Grayscale: #AAAAAA. Windows color (decimal): -2129665 or 16744671. OLE color: 16744671.

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

Color convert

RGB223128255-
CMYK0.130.5000
HSL284.88º100%75.1%-
HSV(B)284.88º49.8%100%-
XYZ56.238.3599.05-
YUV170.88175.47165.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 128 (50.39% from 255) = 21.12%
BLUE value IS 255 (100% from 255) = 42.08%
R=36.80%
G=21.12%
B=42.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231282550.130.5000284.8810075.1
HexDF80FFD320011d644b
Octal337200377156200435144113
Binary11011111100000001111111111011100100010001110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80FF; }

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

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

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

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

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

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

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

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