#DB88FA

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

Shades of Heliotrope #DB88FA

Tints of Heliotrope #DB88FA

Color information

#DB88FA (or 0xDB88FA) is unknown color: approx Heliotrope. HEX triplet: DB, 88 and FA. RGB value is (219,136,250). Sum of RGB (Red+Green+Blue) = 219+136+250=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 136 (53.52% from 255 or 22.48% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB88FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88FA is #247705. Grayscale: #ADADAD. Windows color (decimal): -2389766 or 16419035. OLE color: 16419035.

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

Color convert

RGB219136250-
CMYK0.120.4600.02
HSL283.68º91.94%75.69%-
HSV(B)283.68º45.6%98.04%-
XYZ55.2739.5795.17-
YUV173.81171160.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 136 (53.52% from 255) = 22.48%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=36.20%
G=22.48%
B=41.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191362500.120.4600.02283.6891.9475.69
HexDB88FAC2E0211c5c4c
Octal333210372145602434134114
Binary110110111000100011111010110010111001010001110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB88FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB88FA; }

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

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

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

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

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

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

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

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