#DA80FD

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

Shades of Heliotrope #DA80FD

Tints of Heliotrope #DA80FD

Color information

#DA80FD (or 0xDA80FD) is unknown color: approx Heliotrope. HEX triplet: DA, 80 and FD. RGB value is (218,128,253). Sum of RGB (Red+Green+Blue) = 218+128+253=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80FD is #257F02. Grayscale: #A8A8A8. Windows color (decimal): -2457347 or 16613594. OLE color: 16613594.

HSL color Cylindrical-coordinate representation of color #DA80FD: hue angle of 283.2º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA80FD is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218128253-
CMYK0.140.4900.01
HSL283.2º96.9%74.71%-
HSV(B)283.2º49.41%99.22%-
XYZ54.3637.4497.29-
YUV169.16175.32162.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 128 (50.39% from 255) = 21.37%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=36.39%
G=21.37%
B=42.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181282530.140.4900.01283.296.974.71
HexDA80FDE310111b614b
Octal332200375166101433141113
Binary11011010100000001111110111101100010110001101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA80FD; }

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

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

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

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

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

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

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

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