#DA80FF

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

Shades of Heliotrope #DA80FF

Tints of Heliotrope #DA80FF

Color information

#DA80FF (or 0xDA80FF) is unknown color: approx Heliotrope. HEX triplet: DA, 80 and FF. RGB value is (218,128,255). Sum of RGB (Red+Green+Blue) = 218+128+255=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80FF is #257F00. Grayscale: #A8A8A8. Windows color (decimal): -2457345 or 16744666. OLE color: 16744666.

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

Color convert

RGB218128255-
CMYK0.150.5000
HSL282.52º100%75.1%-
HSV(B)282.52º49.8%100%-
XYZ54.6837.5698.98-
YUV169.39176.32162.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 128 (50.39% from 255) = 21.30%
BLUE value IS 255 (100% from 255) = 42.43%
R=36.27%
G=21.30%
B=42.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181282550.150.5000282.5210075.1
HexDA80FFF320011b644b
Octal332200377176200433144113
Binary11011010100000001111111111111100100010001101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA80FF; }

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

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

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

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

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

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

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

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