Html Css Color HEX #DB80F9 Heliotrope

📋 copy color: '#DB80F9'

red 219 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #DB80F9

Tints of Heliotrope #DB80F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.78%

R = 36.74%
G = 21.48%
B = 41.78%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB80F9 (or 0xDB80F9) is known color: Heliotrope. HEX triplet: DB, 80 and F9. RGB value is (219,128,249). Sum of RGB (Red+Green+Blue) = 219+128+249=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80F9 is #247F06. Grayscale: #A8A8A8. Windows color (decimal): -2391815 or 16351451. OLE color: 16351451.

HSL color Cylindrical-coordinate representation of color #DB80F9: hue angle of 285.12º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB80F9 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 128 249 -
CMYK 0.12 0.49 0 0.02
HSL 285.12º 0.91% 0.74% -
HSV(B) 285.12º 0.49% 0.98% -
XYZ 54.03 37.34 93.98 -
YUV 169 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 219 128 249 0.12 0.49 0 0.02 285.12 0.91 0.74
Hex DB 80 F9 C 31 0 2 11D 5B 4A
Octal 333 200 371 14 61 0 2 435 133 112
Binary 11011011 10000000 11111001 1100 110001 0 10 100011101 1011011 1001010

Color Harmonies of #DB80F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80F9

Black with #DB80F9

Text Example


Text Example

White with #DB80F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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