Html Css Color HEX #DB80FD Heliotrope

📋 copy color: '#DB80FD'

red 219 ◦ green 128 ◦ blue 253

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

Shades of Heliotrope #DB80FD

Tints of Heliotrope #DB80FD

RGB

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

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

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

R = 36.5%
G = 21.33%
B = 42.17%

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

#DB80FD (or 0xDB80FD) is known color: Heliotrope. HEX triplet: DB, 80 and FD. RGB value is (219,128,253). Sum of RGB (Red+Green+Blue) = 219+128+253=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80FD is #247F02. Grayscale: #A9A9A9. Windows color (decimal): -2391811 or 16613595. OLE color: 16613595.

HSL color Cylindrical-coordinate representation of color #DB80FD: hue angle of 283.68º 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 #DB80FD is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 128 253 -
CMYK 0.13 0.49 0 0.01
HSL 283.68º 0.97% 0.75% -
HSV(B) 283.68º 0.49% 0.99% -
XYZ 54.66 37.59 97.3 -
YUV 169.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 219 128 253 0.13 0.49 0 0.01 283.68 0.97 0.75
Hex DB 80 FD D 31 0 1 11C 61 4B
Octal 333 200 375 15 61 0 1 434 141 113
Binary 11011011 10000000 11111101 1101 110001 0 1 100011100 1100001 1001011

Color Harmonies of #DB80FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80FD

Black with #DB80FD

Text Example


Text Example

White with #DB80FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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