#DB87F1

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

Shades of Heliotrope #DB87F1

Tints of Heliotrope #DB87F1

Color information

#DB87F1 (or 0xDB87F1) is unknown color: approx Heliotrope. HEX triplet: DB, 87 and F1. RGB value is (219,135,241). Sum of RGB (Red+Green+Blue) = 219+135+241=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 135 (53.12% from 255 or 22.69% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB87F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB87F1 is #24780E. Grayscale: #ABABAB. Windows color (decimal): -2390031 or 15828955. OLE color: 15828955.

HSL color Cylindrical-coordinate representation of color #DB87F1: hue angle of 287.55º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB87F1 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219135241-
CMYK0.090.4400.05
HSL287.55º79.1%73.73%-
HSV(B)287.55º43.98%94.51%-
XYZ53.7538.7487.86-
YUV172.2166.83161.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 135 (53.12% from 255) = 22.69%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=36.81%
G=22.69%
B=40.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191352410.090.4400.05287.5579.173.73
HexDB87F192C051204f4a
Octal333207361115405440117112
Binary1101101110000111111100011001101100010110010000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB87F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB87F1; }

 p { color: rgb(219,135,241); }

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

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

 a { background-color: rgb(219,135,241); }

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

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

 span { border-color: rgb(219,135,241); }

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