Html Css Color HEX #DB82FC Heliotrope

📋 copy color: '#DB82FC'

red 219 ◦ green 130 ◦ blue 252

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

Shades of Heliotrope #DB82FC

Tints of Heliotrope #DB82FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 36.44%
G = 21.63%
B = 41.93%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB82FC (or 0xDB82FC) is known color: Heliotrope. HEX triplet: DB, 82 and FC. RGB value is (219,130,252). Sum of RGB (Red+Green+Blue) = 219+130+252=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB82FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82FC is #247D03. Grayscale: #AAAAAA. Windows color (decimal): -2391300 or 16548571. OLE color: 16548571.

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

Color convert

RGB 219 130 252 -
CMYK 0.13 0.48 0 0.01
HSL 283.77º 0.95% 0.75% -
HSV(B) 283.77º 0.48% 0.99% -
XYZ 54.77 38.05 96.55 -
YUV 170.52 173.99 162.58 -
System Red Green Blue C M Y K H S L
Decimal 219 130 252 0.13 0.48 0 0.01 283.77 0.95 0.75
Hex DB 82 FC D 30 0 1 11C 5F 4B
Octal 333 202 374 15 60 0 1 434 137 113
Binary 11011011 10000010 11111100 1101 110000 0 1 100011100 1011111 1001011

Color Harmonies of #DB82FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82FC

Black with #DB82FC

Text Example


Text Example

White with #DB82FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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