#DB85EF

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

Shades of Heliotrope #DB85EF

Tints of Heliotrope #DB85EF

Color information

#DB85EF (or 0xDB85EF) is unknown color: approx Heliotrope. HEX triplet: DB, 85 and EF. RGB value is (219,133,239). Sum of RGB (Red+Green+Blue) = 219+133+239=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB85EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85EF is #247A10. Grayscale: #AAAAAA. Windows color (decimal): -2390545 or 15697371. OLE color: 15697371.

HSL color Cylindrical-coordinate representation of color #DB85EF: hue angle of 288.68º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB85EF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219133239-
CMYK0.080.4400.06
HSL288.68º76.81%72.94%-
HSV(B)288.68º44.35%93.73%-
XYZ53.1838.0786.21-
YUV170.8166.49162.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 133 (52.34% from 255) = 22.50%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=37.06%
G=22.50%
B=40.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2191332390.080.4400.06288.6876.8172.94
HexDB85EF82C061214d49
Octal333205357105406441115111
Binary1101101110000101111011111000101100011010010000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB85EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB85EF; }

 p { color: rgb(219,133,239); }

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

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

 a { background-color: rgb(219,133,239); }

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

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

 span { border-color: rgb(219,133,239); }

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