#DB8DFF

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

Shades of Heliotrope #DB8DFF

Tints of Heliotrope #DB8DFF

Color information

#DB8DFF (or 0xDB8DFF) is unknown color: approx Heliotrope. HEX triplet: DB, 8D and FF. RGB value is (219,141,255). Sum of RGB (Red+Green+Blue) = 219+141+255=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB8DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DFF is #247200. Grayscale: #B0B0B0. Windows color (decimal): -2388481 or 16747995. OLE color: 16747995.

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

Color convert

RGB219141255-
CMYK0.140.4500
HSL281.05º100%77.65%-
HSV(B)281.05º44.71%100%-
XYZ56.7941.3399.59-
YUV177.32171.84157.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 141 (55.47% from 255) = 22.93%
BLUE value IS 255 (100% from 255) = 41.46%
R=35.61%
G=22.93%
B=41.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191412550.140.4500281.0510077.65
HexDB8DFFE2D00119644e
Octal333215377165500431144116
Binary11011011100011011111111111101011010010001100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DFF; }

 p { color: rgb(219,141,255); }

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

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

 a { background-color: rgb(219,141,255); }

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

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

 span { border-color: rgb(219,141,255); }

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