Html Css Color HEX #DA80EE Heliotrope

📋 copy color: '#DA80EE'

red 218 ◦ green 128 ◦ blue 238

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

Shades of Heliotrope #DA80EE

Tints of Heliotrope #DA80EE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.92%

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 37.33%
G = 21.92%
B = 40.75%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA80EE (or 0xDA80EE) is known color: Heliotrope. HEX triplet: DA, 80 and EE. RGB value is (218,128,238). Sum of RGB (Red+Green+Blue) = 218+128+238=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA80EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80EE is #257F11. Grayscale: #A7A7A7. Windows color (decimal): -2457362 or 15630554. OLE color: 15630554.

HSL color Cylindrical-coordinate representation of color #DA80EE: hue angle of 289.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA80EE is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 128 238 -
CMYK 0.08 0.46 0 0.07
HSL 289.09º 0.76% 0.72% -
HSV(B) 289.09º 0.46% 0.93% -
XYZ 52.07 36.52 85.19 -
YUV 167.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 218 128 238 0.08 0.46 0 0.07 289.09 0.76 0.72
Hex DA 80 EE 8 2E 0 7 121 4C 48
Octal 332 200 356 10 56 0 7 441 114 110
Binary 11011010 10000000 11101110 1000 101110 0 111 100100001 1001100 1001000

Color Harmonies of #DA80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA80EE

Black with #DA80EE

Text Example


Text Example

White with #DA80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA80EE; }

 p { color: rgb(218,128,238); }

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

background-color css

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

 a { background-color: rgb(218,128,238); }

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

border-color css

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

 span { border-color: rgb(218,128,238); }

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