#DA82FD

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

Shades of Heliotrope #DA82FD

Tints of Heliotrope #DA82FD

Color information

#DA82FD (or 0xDA82FD) is unknown color: approx Heliotrope. HEX triplet: DA, 82 and FD. RGB value is (218,130,253). Sum of RGB (Red+Green+Blue) = 218+130+253=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA82FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA82FD is #257D02. Grayscale: #A9A9A9. Windows color (decimal): -2456835 or 16614106. OLE color: 16614106.

HSL color Cylindrical-coordinate representation of color #DA82FD: hue angle of 282.93º 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 #DA82FD is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218130253-
CMYK0.140.4900.01
HSL282.93º96.85%75.1%-
HSV(B)282.93º48.62%99.22%-
XYZ54.6337.9697.38-
YUV170.33174.65162-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 130 (51.17% from 255) = 21.63%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=36.27%
G=21.63%
B=42.10%

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
Decimal2181302530.140.4900.01282.9396.8575.1
HexDA82FDE310111b614b
Octal332202375166101433141113
Binary11011010100000101111110111101100010110001101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82FD; }

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

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

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

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

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

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

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

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