#DB89FA

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

Shades of Heliotrope #DB89FA

Tints of Heliotrope #DB89FA

Color information

#DB89FA (or 0xDB89FA) is unknown color: approx Heliotrope. HEX triplet: DB, 89 and FA. RGB value is (219,137,250). Sum of RGB (Red+Green+Blue) = 219+137+250=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 137 (53.91% from 255 or 22.61% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB89FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB89FA is #247605. Grayscale: #AEAEAE. Windows color (decimal): -2389510 or 16419291. OLE color: 16419291.

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

Color convert

RGB219137250-
CMYK0.120.4500.02
HSL283.54º91.87%75.88%-
HSV(B)283.54º45.2%98.04%-
XYZ55.4139.8595.21-
YUV174.4170.67159.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 137 (53.91% from 255) = 22.61%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=36.14%
G=22.61%
B=41.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191372500.120.4500.02283.5491.8775.88
HexDB89FAC2D0211c5c4c
Octal333211372145502434134114
Binary110110111000100111111010110010110101010001110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB89FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB89FA; }

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

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

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

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

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

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

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

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