Html Css Color HEX #DB82F0 Heliotrope

📋 copy color: '#DB82F0'

red 219 ◦ green 130 ◦ blue 240

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

Shades of Heliotrope #DB82F0

Tints of Heliotrope #DB82F0

RGB

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

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

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

R = 37.18%
G = 22.07%
B = 40.75%

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

#DB82F0 (or 0xDB82F0) is known color: Heliotrope. HEX triplet: DB, 82 and F0. RGB value is (219,130,240). Sum of RGB (Red+Green+Blue) = 219+130+240=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82F0 is #247D0F. Grayscale: #A8A8A8. Windows color (decimal): -2391312 or 15762139. OLE color: 15762139.

HSL color Cylindrical-coordinate representation of color #DB82F0: hue angle of 288.55º 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 #DB82F0 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 130 240 -
CMYK 0.09 0.46 0 0.06
HSL 288.55º 0.79% 0.73% -
HSV(B) 288.55º 0.46% 0.94% -
XYZ 52.92 37.32 86.85 -
YUV 169.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 219 130 240 0.09 0.46 0 0.06 288.55 0.79 0.73
Hex DB 82 F0 9 2E 0 6 121 4F 49
Octal 333 202 360 11 56 0 6 441 117 111
Binary 11011011 10000010 11110000 1001 101110 0 110 100100001 1001111 1001001

Color Harmonies of #DB82F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82F0

Black with #DB82F0

Text Example


Text Example

White with #DB82F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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