Html Css Color HEX #DB82FD Heliotrope

📋 copy color: '#DB82FD'

red 219 ◦ green 130 ◦ blue 253

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

Shades of Heliotrope #DB82FD

Tints of Heliotrope #DB82FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.03%

R = 36.38%
G = 21.59%
B = 42.03%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB82FD (or 0xDB82FD) is known color: Heliotrope. HEX triplet: DB, 82 and FD. RGB value is (219,130,253). Sum of RGB (Red+Green+Blue) = 219+130+253=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB82FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82FD is #247D02. Grayscale: #AAAAAA. Windows color (decimal): -2391299 or 16614107. OLE color: 16614107.

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

Color convert

RGB 219 130 253 -
CMYK 0.13 0.49 0 0.01
HSL 283.41º 0.97% 0.75% -
HSV(B) 283.41º 0.49% 0.99% -
XYZ 54.93 38.12 97.39 -
YUV 170.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 219 130 253 0.13 0.49 0 0.01 283.41 0.97 0.75
Hex DB 82 FD D 31 0 1 11B 61 4B
Octal 333 202 375 15 61 0 1 433 141 113
Binary 11011011 10000010 11111101 1101 110001 0 1 100011011 1100001 1001011

Color Harmonies of #DB82FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82FD

Black with #DB82FD

Text Example


Text Example

White with #DB82FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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