#DB85FB

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

Shades of Heliotrope #DB85FB

Tints of Heliotrope #DB85FB

Color information

#DB85FB (or 0xDB85FB) is unknown color: approx Heliotrope. HEX triplet: DB, 85 and FB. RGB value is (219,133,251). Sum of RGB (Red+Green+Blue) = 219+133+251=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85FB is #247A04. Grayscale: #ABABAB. Windows color (decimal): -2390533 or 16483803. OLE color: 16483803.

HSL color Cylindrical-coordinate representation of color #DB85FB: hue angle of 283.73º degrees, saturation: 0.94, 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 #DB85FB is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219133251-
CMYK0.130.4700.02
HSL283.73º93.65%75.29%-
HSV(B)283.73º47.01%98.43%-
XYZ55.0138.895.86-
YUV172.17172.49161.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 133 (52.34% from 255) = 22.06%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=36.32%
G=22.06%
B=41.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191332510.130.4700.02283.7393.6575.29
HexDB85FBD2F0211c5e4b
Octal333205373155702434136113
Binary110110111000010111111011110110111101010001110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB85FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB85FB; }

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

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

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

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

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

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

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

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