Html Css Color HEX #DB80FF Heliotrope

📋 copy color: '#DB80FF'

red 219 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #DB80FF

Tints of Heliotrope #DB80FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.26%

 BLUE value IS 255 (100% from 255) = 42.36%

R = 36.38%
G = 21.26%
B = 42.36%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB80FF (or 0xDB80FF) is known color: Heliotrope. HEX triplet: DB, 80 and FF. RGB value is (219,128,255). Sum of RGB (Red+Green+Blue) = 219+128+255=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80FF is #247F00. Grayscale: #A9A9A9. Windows color (decimal): -2391809 or 16744667. OLE color: 16744667.

HSL color Cylindrical-coordinate representation of color #DB80FF: hue angle of 282.99º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB80FF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 128 255 -
CMYK 0.14 0.50 0 0
HSL 282.99º 1% 0.75% -
HSV(B) 282.99º 0.5% 1% -
XYZ 54.98 37.72 98.99 -
YUV 169.69 176.15 163.17 -
System Red Green Blue C M Y K H S L
Decimal 219 128 255 0.14 0.50 0 0 282.99 1 0.75
Hex DB 80 FF E 32 0 0 11B 64 4B
Octal 333 200 377 16 62 0 0 433 144 113
Binary 11011011 10000000 11111111 1110 110010 0 0 100011011 1100100 1001011

Color Harmonies of #DB80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80FF

Black with #DB80FF

Text Example


Text Example

White with #DB80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80FF; }

 p { color: rgb(219,128,255); }

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

background-color css

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

 a { background-color: rgb(219,128,255); }

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

border-color css

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

 span { border-color: rgb(219,128,255); }

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