#DB8BFE

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

Shades of Heliotrope #DB8BFE

Tints of Heliotrope #DB8BFE

Color information

#DB8BFE (or 0xDB8BFE) is unknown color: approx Heliotrope. HEX triplet: DB, 8B and FE. RGB value is (219,139,254). Sum of RGB (Red+Green+Blue) = 219+139+254=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB8BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8BFE is #247401. Grayscale: #AFAFAF. Windows color (decimal): -2388994 or 16681947. OLE color: 16681947.

HSL color Cylindrical-coordinate representation of color #DB8BFE: hue angle of 281.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8BFE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219139254-
CMYK0.140.4500.00
HSL281.74º98.29%77.06%-
HSV(B)281.74º45.28%99.61%-
XYZ56.3440.6898.65-
YUV176.03172158.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 139 (54.69% from 255) = 22.71%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=35.78%
G=22.71%
B=41.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2191392540.140.4500.00281.7498.2977.06
HexDB8BFEE2D0011a624d
Octal333213376165500432142115
Binary11011011100010111111111011101011010010001101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BFE; }

 p { color: rgb(219,139,254); }

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

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

 a { background-color: rgb(219,139,254); }

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

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

 span { border-color: rgb(219,139,254); }

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