#DB84FA

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

Shades of Heliotrope #DB84FA

Tints of Heliotrope #DB84FA

Color information

#DB84FA (or 0xDB84FA) is unknown color: approx Heliotrope. HEX triplet: DB, 84 and FA. RGB value is (219,132,250). Sum of RGB (Red+Green+Blue) = 219+132+250=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 132 (51.95% from 255 or 21.96% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB84FA is #247B05. Grayscale: #ABABAB. Windows color (decimal): -2390790 or 16418011. OLE color: 16418011.

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

Color convert

RGB219132250-
CMYK0.120.4700.02
HSL284.24º92.19%74.9%-
HSV(B)284.24º47.2%98.04%-
XYZ54.7238.4694.98-
YUV171.46172.32161.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 132 (51.95% from 255) = 21.96%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=36.44%
G=21.96%
B=41.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191322500.120.4700.02284.2492.1974.9
HexDB84FAC2F0211c5c4b
Octal333204372145702434134113
Binary110110111000010011111010110010111101010001110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB84FA; }

 p { color: rgb(219,132,250); }

 H1.HeaderClassName
 {
   color: #DB84FA;
 }
 .AnyTagClassName
 {
   color: #DB84FA;
 }
</style>
background-color css

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

 a { background-color: rgb(219,132,250); }

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

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

 span { border-color: rgb(219,132,250); }

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