#DB84F0

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

Shades of Heliotrope #DB84F0

Tints of Heliotrope #DB84F0

Color information

#DB84F0 (or 0xDB84F0) is unknown color: approx Heliotrope. HEX triplet: DB, 84 and F0. RGB value is (219,132,240). Sum of RGB (Red+Green+Blue) = 219+132+240=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB84F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB84F0 is #247B0F. Grayscale: #A9A9A9. Windows color (decimal): -2390800 or 15762651. OLE color: 15762651.

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

Color convert

RGB219132240-
CMYK0.090.4500.06
HSL288.33º78.26%72.94%-
HSV(B)288.33º45%94.12%-
XYZ53.1937.8586.94-
YUV170.32167.32162.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 132 (51.95% from 255) = 22.34%
BLUE value IS 240 (94.14% from 255) = 40.61%
R=37.06%
G=22.34%
B=40.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2191322400.090.4500.06288.3378.2672.94
HexDB84F092D061204e49
Octal333204360115506440116111
Binary1101101110000100111100001001101101011010010000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB84F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB84F0; }

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

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

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

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

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

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

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

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