Html Css Color HEX #DA82F0 Heliotrope

📋 copy color: '#DA82F0'

red 218 ◦ green 130 ◦ blue 240

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

Shades of Heliotrope #DA82F0

Tints of Heliotrope #DA82F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.82%

R = 37.07%
G = 22.11%
B = 40.82%

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

#DA82F0 (or 0xDA82F0) is known color: Heliotrope. HEX triplet: DA, 82 and F0. RGB value is (218,130,240). Sum of RGB (Red+Green+Blue) = 218+130+240=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA82F0 is #257D0F. Grayscale: #A8A8A8. Windows color (decimal): -2456848 or 15762138. OLE color: 15762138.

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

Color convert

RGB 218 130 240 -
CMYK 0.09 0.46 0 0.06
HSL 288º 0.79% 0.73% -
HSV(B) 288º 0.46% 0.94% -
XYZ 52.62 37.16 86.84 -
YUV 168.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 218 130 240 0.09 0.46 0 0.06 288 0.79 0.73
Hex DA 82 F0 9 2E 0 6 120 4F 49
Octal 332 202 360 11 56 0 6 440 117 111
Binary 11011010 10000010 11110000 1001 101110 0 110 100100000 1001111 1001001

Color Harmonies of #DA82F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82F0

Black with #DA82F0

Text Example


Text Example

White with #DA82F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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