#DB84FE

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

Shades of Heliotrope #DB84FE

Tints of Heliotrope #DB84FE

Color information

#DB84FE (or 0xDB84FE) is unknown color: approx Heliotrope. HEX triplet: DB, 84 and FE. RGB value is (219,132,254). Sum of RGB (Red+Green+Blue) = 219+132+254=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 132 (51.95% from 255 or 21.82% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB84FE is #247B01. Grayscale: #ABABAB. Windows color (decimal): -2390786 or 16680155. OLE color: 16680155.

HSL color Cylindrical-coordinate representation of color #DB84FE: hue angle of 282.79º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB84FE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219132254-
CMYK0.140.4800.00
HSL282.79º98.39%75.69%-
HSV(B)282.79º48.03%99.61%-
XYZ55.3538.7298.32-
YUV171.92174.32161.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 132 (51.95% from 255) = 21.82%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=36.20%
G=21.82%
B=41.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2191322540.140.4800.00282.7998.3975.69
HexDB84FEE300011b624c
Octal333204376166000433142114
Binary11011011100001001111111011101100000010001101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB84FE; }

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

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

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

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

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

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

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

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