Html Css Color HEX #DB82FB Heliotrope

📋 copy color: '#DB82FB'

red 219 ◦ green 130 ◦ blue 251

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

Shades of Heliotrope #DB82FB

Tints of Heliotrope #DB82FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.83%

R = 36.5%
G = 21.67%
B = 41.83%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB82FB (or 0xDB82FB) is known color: Heliotrope. HEX triplet: DB, 82 and FB. RGB value is (219,130,251). Sum of RGB (Red+Green+Blue) = 219+130+251=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB82FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82FB is #247D04. Grayscale: #AAAAAA. Windows color (decimal): -2391301 or 16483035. OLE color: 16483035.

HSL color Cylindrical-coordinate representation of color #DB82FB: hue angle of 284.13º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB82FB is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 130 251 -
CMYK 0.13 0.48 0 0.02
HSL 284.13º 0.94% 0.75% -
HSV(B) 284.13º 0.48% 0.98% -
XYZ 54.61 37.99 95.72 -
YUV 170.41 173.49 162.66 -
System Red Green Blue C M Y K H S L
Decimal 219 130 251 0.13 0.48 0 0.02 284.13 0.94 0.75
Hex DB 82 FB D 30 0 2 11C 5E 4B
Octal 333 202 373 15 60 0 2 434 136 113
Binary 11011011 10000010 11111011 1101 110000 0 10 100011100 1011110 1001011

Color Harmonies of #DB82FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82FB

Black with #DB82FB

Text Example


Text Example

White with #DB82FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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