#DB88FC

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

Shades of Heliotrope #DB88FC

Tints of Heliotrope #DB88FC

Color information

#DB88FC (or 0xDB88FC) is unknown color: approx Heliotrope. HEX triplet: DB, 88 and FC. RGB value is (219,136,252). Sum of RGB (Red+Green+Blue) = 219+136+252=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB88FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88FC is #247703. Grayscale: #ADADAD. Windows color (decimal): -2389764 or 16550107. OLE color: 16550107.

HSL color Cylindrical-coordinate representation of color #DB88FC: hue angle of 282.93º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB88FC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219136252-
CMYK0.130.4600.01
HSL282.93º95.08%76.08%-
HSV(B)282.93º46.03%98.82%-
XYZ55.5939.796.83-
YUV174.04172160.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 136 (53.52% from 255) = 22.41%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=36.08%
G=22.41%
B=41.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191362520.130.4600.01282.9395.0876.08
HexDB88FCD2E0111b5f4c
Octal333210374155601433137114
Binary11011011100010001111110011011011100110001101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB88FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB88FC; }

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

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

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

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

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

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

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

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