Html Css Color HEX #DB82FF Heliotrope

📋 copy color: '#DB82FF'

red 219 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #DB82FF

Tints of Heliotrope #DB82FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.22%

R = 36.26%
G = 21.52%
B = 42.22%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB82FF (or 0xDB82FF) is known color: Heliotrope. HEX triplet: DB, 82 and FF. RGB value is (219,130,255). Sum of RGB (Red+Green+Blue) = 219+130+255=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 130 (51.17% from 255 or 21.52% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB82FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82FF is #247D00. Grayscale: #AAAAAA. Windows color (decimal): -2391297 or 16745179. OLE color: 16745179.

HSL color Cylindrical-coordinate representation of color #DB82FF: hue angle of 282.72º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB82FF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 130 255 -
CMYK 0.14 0.49 0 0
HSL 282.72º 1% 0.75% -
HSV(B) 282.72º 0.49% 1% -
XYZ 55.25 38.25 99.08 -
YUV 170.86 175.49 162.34 -
System Red Green Blue C M Y K H S L
Decimal 219 130 255 0.14 0.49 0 0 282.72 1 0.75
Hex DB 82 FF E 31 0 0 11B 64 4B
Octal 333 202 377 16 61 0 0 433 144 113
Binary 11011011 10000010 11111111 1110 110001 0 0 100011011 1100100 1001011

Color Harmonies of #DB82FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82FF

Black with #DB82FF

Text Example


Text Example

White with #DB82FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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