#DA84F1

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

Shades of Heliotrope #DA84F1

Tints of Heliotrope #DA84F1

Color information

#DA84F1 (or 0xDA84F1) is unknown color: approx Heliotrope. HEX triplet: DA, 84 and F1. RGB value is (218,132,241). Sum of RGB (Red+Green+Blue) = 218+132+241=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA84F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA84F1 is #257B0E. Grayscale: #A9A9A9. Windows color (decimal): -2456335 or 15828186. OLE color: 15828186.

HSL color Cylindrical-coordinate representation of color #DA84F1: hue angle of 287.34º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA84F1 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218132241-
CMYK0.100.4500.05
HSL287.34º79.56%73.14%-
HSV(B)287.34º45.23%94.51%-
XYZ53.0437.7687.71-
YUV170.14167.99162.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 132 (51.95% from 255) = 22.34%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=36.89%
G=22.34%
B=40.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181322410.100.4500.05287.3479.5673.14
HexDA84F1A2D0511f5049
Octal332204361125505437120111
Binary1101101010000100111100011010101101010110001111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84F1; }

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

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

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

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

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

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

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

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