Html Css Color HEX #DB82F2 Heliotrope

📋 copy color: '#DB82F2'

red 219 ◦ green 130 ◦ blue 242

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

Shades of Heliotrope #DB82F2

Tints of Heliotrope #DB82F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.95%

R = 37.06%
G = 22%
B = 40.95%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB82F2 (or 0xDB82F2) is known color: Heliotrope. HEX triplet: DB, 82 and F2. RGB value is (219,130,242). Sum of RGB (Red+Green+Blue) = 219+130+242=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB82F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82F2 is #247D0D. Grayscale: #A9A9A9. Windows color (decimal): -2391310 or 15893211. OLE color: 15893211.

HSL color Cylindrical-coordinate representation of color #DB82F2: hue angle of 287.68º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB82F2 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 130 242 -
CMYK 0.10 0.46 0 0.05
HSL 287.68º 0.81% 0.73% -
HSV(B) 287.68º 0.46% 0.95% -
XYZ 53.22 37.44 88.43 -
YUV 169.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 219 130 242 0.10 0.46 0 0.05 287.68 0.81 0.73
Hex DB 82 F2 A 2E 0 5 120 51 49
Octal 333 202 362 12 56 0 5 440 121 111
Binary 11011011 10000010 11110010 1010 101110 0 101 100100000 1010001 1001001

Color Harmonies of #DB82F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82F2

Black with #DB82F2

Text Example


Text Example

White with #DB82F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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