Html Css Color HEX #DA82EF Heliotrope

📋 copy color: '#DA82EF'

red 218 ◦ green 130 ◦ blue 239

#DA82EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DA82EF

Tints of Heliotrope #DA82EF

RGB

 RED value IS 218 (85.55% from 255) = 37.14%

 GREEN value IS 130 (51.17% from 255) = 22.15%

 BLUE value IS 239 (93.75% from 255) = 40.72%

R = 37.14%
G = 22.15%
B = 40.72%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA82EF (or 0xDA82EF) is known color: Heliotrope. HEX triplet: DA, 82 and EF. RGB value is (218,130,239). Sum of RGB (Red+Green+Blue) = 218+130+239=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA82EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA82EF is #257D10. Grayscale: #A8A8A8. Windows color (decimal): -2456849 or 15696602. OLE color: 15696602.

HSL color Cylindrical-coordinate representation of color #DA82EF: hue angle of 288.44º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA82EF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 130 239 -
CMYK 0.09 0.46 0 0.06
HSL 288.44º 0.77% 0.72% -
HSV(B) 288.44º 0.46% 0.94% -
XYZ 52.48 37.1 86.06 -
YUV 168.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 218 130 239 0.09 0.46 0 0.06 288.44 0.77 0.72
Hex DA 82 EF 9 2E 0 6 120 4D 48
Octal 332 202 357 11 56 0 6 440 115 110
Binary 11011010 10000010 11101111 1001 101110 0 110 100100000 1001101 1001000

Color Harmonies of #DA82EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82EF

Black with #DA82EF

Text Example


Text Example

White with #DA82EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82EF; }

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

 H1.HeaderClassName
 {
   color: #DA82EF;
 }
 .AnyTagClassName
 {
   color: #DA82EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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