#DA83F2

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

Shades of Heliotrope #DA83F2

Tints of Heliotrope #DA83F2

Color information

#DA83F2 (or 0xDA83F2) is unknown color: approx Heliotrope. HEX triplet: DA, 83 and F2. RGB value is (218,131,242). Sum of RGB (Red+Green+Blue) = 218+131+242=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA83F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA83F2 is #257C0D. Grayscale: #A9A9A9. Windows color (decimal): -2456590 or 15893466. OLE color: 15893466.

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

Color convert

RGB218131242-
CMYK0.100.4600.05
HSL287.03º81.02%73.14%-
HSV(B)287.03º45.87%94.9%-
XYZ53.0637.5588.46-
YUV169.67168.82162.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 131 (51.56% from 255) = 22.17%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=36.89%
G=22.17%
B=40.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181312420.100.4600.05287.0381.0273.14
HexDA83F2A2E0511f5149
Octal332203362125605437121111
Binary1101101010000011111100101010101110010110001111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA83F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA83F2; }

 p { color: rgb(218,131,242); }

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

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

 a { background-color: rgb(218,131,242); }

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

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

 span { border-color: rgb(218,131,242); }

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