Html Css Color HEX #DA82ED Heliotrope

📋 copy color: '#DA82ED'

red 218 ◦ green 130 ◦ blue 237

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

Shades of Heliotrope #DA82ED

Tints of Heliotrope #DA82ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 37.26%
G = 22.22%
B = 40.51%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA82ED (or 0xDA82ED) is known color: Heliotrope. HEX triplet: DA, 82 and ED. RGB value is (218,130,237). Sum of RGB (Red+Green+Blue) = 218+130+237=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA82ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA82ED is #257D12. Grayscale: #A8A8A8. Windows color (decimal): -2456851 or 15565530. OLE color: 15565530.

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

Color convert

RGB 218 130 237 -
CMYK 0.08 0.45 0 0.07
HSL 289.35º 0.75% 0.72% -
HSV(B) 289.35º 0.45% 0.93% -
XYZ 52.18 36.99 84.51 -
YUV 168.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 218 130 237 0.08 0.45 0 0.07 289.35 0.75 0.72
Hex DA 82 ED 8 2D 0 7 121 4B 48
Octal 332 202 355 10 55 0 7 441 113 110
Binary 11011010 10000010 11101101 1000 101101 0 111 100100001 1001011 1001000

Color Harmonies of #DA82ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82ED

Black with #DA82ED

Text Example


Text Example

White with #DA82ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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