Html Css Color HEX #DB82FA Heliotrope

📋 copy color: '#DB82FA'

red 219 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #DB82FA

Tints of Heliotrope #DB82FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 36.56%
G = 21.7%
B = 41.74%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB82FA (or 0xDB82FA) is known color: Heliotrope. HEX triplet: DB, 82 and FA. RGB value is (219,130,250). Sum of RGB (Red+Green+Blue) = 219+130+250=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82FA is #247D05. Grayscale: #A9A9A9. Windows color (decimal): -2391302 or 16417499. OLE color: 16417499.

HSL color Cylindrical-coordinate representation of color #DB82FA: hue angle of 284.5º degrees, saturation: 0.92, 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 #DB82FA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 130 250 -
CMYK 0.12 0.48 0 0.02
HSL 284.5º 0.92% 0.75% -
HSV(B) 284.5º 0.48% 0.98% -
XYZ 54.45 37.93 94.89 -
YUV 170.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 219 130 250 0.12 0.48 0 0.02 284.5 0.92 0.75
Hex DB 82 FA C 30 0 2 11C 5C 4B
Octal 333 202 372 14 60 0 2 434 134 113
Binary 11011011 10000010 11111010 1100 110000 0 10 100011100 1011100 1001011

Color Harmonies of #DB82FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82FA

Black with #DB82FA

Text Example


Text Example

White with #DB82FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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