Html Css Color HEX #DB80EF Heliotrope

📋 copy color: '#DB80EF'

red 219 ◦ green 128 ◦ blue 239

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

Shades of Heliotrope #DB80EF

Tints of Heliotrope #DB80EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.78%

R = 37.37%
G = 21.84%
B = 40.78%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB80EF (or 0xDB80EF) is known color: Heliotrope. HEX triplet: DB, 80 and EF. RGB value is (219,128,239). Sum of RGB (Red+Green+Blue) = 219+128+239=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB80EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80EF is #247F10. Grayscale: #A7A7A7. Windows color (decimal): -2391825 or 15696091. OLE color: 15696091.

HSL color Cylindrical-coordinate representation of color #DB80EF: hue angle of 289.19º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB80EF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 128 239 -
CMYK 0.08 0.46 0 0.06
HSL 289.19º 0.78% 0.72% -
HSV(B) 289.19º 0.46% 0.94% -
XYZ 52.51 36.73 85.98 -
YUV 167.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 219 128 239 0.08 0.46 0 0.06 289.19 0.78 0.72
Hex DB 80 EF 8 2E 0 6 121 4E 48
Octal 333 200 357 10 56 0 6 441 116 110
Binary 11011011 10000000 11101111 1000 101110 0 110 100100001 1001110 1001000

Color Harmonies of #DB80EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80EF

Black with #DB80EF

Text Example


Text Example

White with #DB80EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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