#DB80FD

Color #DB80FD Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DB80FD

Tints of Heliotrope #DB80FD

Color information

#DB80FD (or 0xDB80FD) is unknown color: approx 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

RGB219128253-
CMYK0.130.4900.01
HSL283.68º96.9%74.71%-
HSV(B)283.68º49.41%99.22%-
XYZ54.6637.5997.3-
YUV169.46175.15163.34-

RGB Variations

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

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 (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191282530.130.4900.01283.6896.974.71
HexDB80FDD310111c614b
Octal333200375156101434141113
Binary11011011100000001111110111011100010110001110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>