#DA84FD

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

Shades of Heliotrope #DA84FD

Tints of Heliotrope #DA84FD

Color information

#DA84FD (or 0xDA84FD) is unknown color: approx Heliotrope. HEX triplet: DA, 84 and FD. RGB value is (218,132,253). Sum of RGB (Red+Green+Blue) = 218+132+253=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA84FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA84FD is #257B02. Grayscale: #ABABAB. Windows color (decimal): -2456323 or 16614618. OLE color: 16614618.

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

Color convert

RGB218132253-
CMYK0.140.4800.01
HSL282.64º96.8%75.49%-
HSV(B)282.64º47.83%99.22%-
XYZ54.8938.597.47-
YUV171.51173.99161.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 132 (51.95% from 255) = 21.89%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=36.15%
G=21.89%
B=41.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181322530.140.4800.01282.6496.875.49
HexDA84FDE300111b614b
Octal332204375166001433141113
Binary11011010100001001111110111101100000110001101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84FD; }

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

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

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

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

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

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

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

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