Html Css Color HEX #DB82EE Heliotrope

📋 copy color: '#DB82EE'

red 219 ◦ green 130 ◦ blue 238

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

Shades of Heliotrope #DB82EE

Tints of Heliotrope #DB82EE

RGB

 RED value IS 219 (85.94% from 255) = 37.31%

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

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

R = 37.31%
G = 22.15%
B = 40.55%

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

#DB82EE (or 0xDB82EE) is known color: Heliotrope. HEX triplet: DB, 82 and EE. RGB value is (219,130,238). Sum of RGB (Red+Green+Blue) = 219+130+238=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82EE is #247D11. Grayscale: #A8A8A8. Windows color (decimal): -2391314 or 15631067. OLE color: 15631067.

HSL color Cylindrical-coordinate representation of color #DB82EE: hue angle of 289.44º degrees, saturation: 0.76, 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 #DB82EE is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 130 238 -
CMYK 0.08 0.45 0 0.07
HSL 289.44º 0.76% 0.72% -
HSV(B) 289.44º 0.45% 0.93% -
XYZ 52.63 37.2 85.3 -
YUV 168.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 219 130 238 0.08 0.45 0 0.07 289.44 0.76 0.72
Hex DB 82 EE 8 2D 0 7 121 4C 48
Octal 333 202 356 10 55 0 7 441 114 110
Binary 11011011 10000010 11101110 1000 101101 0 111 100100001 1001100 1001000

Color Harmonies of #DB82EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82EE

Black with #DB82EE

Text Example


Text Example

White with #DB82EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82EE; }

 p { color: rgb(219,130,238); }

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

background-color css

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

 a { background-color: rgb(219,130,238); }

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

border-color css

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

 span { border-color: rgb(219,130,238); }

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