#DB85FA

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

Shades of Heliotrope #DB85FA

Tints of Heliotrope #DB85FA

Color information

#DB85FA (or 0xDB85FA) is unknown color: approx Heliotrope. HEX triplet: DB, 85 and FA. RGB value is (219,133,250). Sum of RGB (Red+Green+Blue) = 219+133+250=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85FA is #247A05. Grayscale: #ABABAB. Windows color (decimal): -2390534 or 16418267. OLE color: 16418267.

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

Color convert

RGB219133250-
CMYK0.120.4700.02
HSL284.1º92.13%75.1%-
HSV(B)284.1º46.8%98.04%-
XYZ54.8638.7495.03-
YUV172.05171.99161.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 133 (52.34% from 255) = 22.09%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=36.38%
G=22.09%
B=41.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191332500.120.4700.02284.192.1375.1
HexDB85FAC2F0211c5c4b
Octal333205372145702434134113
Binary110110111000010111111010110010111101010001110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB85FA; }

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

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

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

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

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

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

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

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