Html Css Color HEX #DB82F1 Heliotrope

📋 copy color: '#DB82F1'

red 219 ◦ green 130 ◦ blue 241

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

Shades of Heliotrope #DB82F1

Tints of Heliotrope #DB82F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.85%

R = 37.12%
G = 22.03%
B = 40.85%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB82F1 (or 0xDB82F1) is known color: Heliotrope. HEX triplet: DB, 82 and F1. RGB value is (219,130,241). Sum of RGB (Red+Green+Blue) = 219+130+241=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB82F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82F1 is #247D0E. Grayscale: #A8A8A8. Windows color (decimal): -2391311 or 15827675. OLE color: 15827675.

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

Color convert

RGB 219 130 241 -
CMYK 0.09 0.46 0 0.05
HSL 288.11º 0.8% 0.73% -
HSV(B) 288.11º 0.46% 0.95% -
XYZ 53.07 37.38 87.64 -
YUV 169.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 219 130 241 0.09 0.46 0 0.05 288.11 0.8 0.73
Hex DB 82 F1 9 2E 0 5 120 50 49
Octal 333 202 361 11 56 0 5 440 120 111
Binary 11011011 10000010 11110001 1001 101110 0 101 100100000 1010000 1001001

Color Harmonies of #DB82F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82F1

Black with #DB82F1

Text Example


Text Example

White with #DB82F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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