#DB8BFC

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

Shades of Heliotrope #DB8BFC

Tints of Heliotrope #DB8BFC

Color information

#DB8BFC (or 0xDB8BFC) is unknown color: approx Heliotrope. HEX triplet: DB, 8B and FC. RGB value is (219,139,252). Sum of RGB (Red+Green+Blue) = 219+139+252=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 139 (54.69% from 255 or 22.79% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB8BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8BFC is #247403. Grayscale: #AFAFAF. Windows color (decimal): -2388996 or 16550875. OLE color: 16550875.

HSL color Cylindrical-coordinate representation of color #DB8BFC: hue angle of 282.48º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8BFC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219139252-
CMYK0.130.4500.01
HSL282.48º94.96%76.67%-
HSV(B)282.48º44.84%98.82%-
XYZ56.0240.5596.97-
YUV175.8171158.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 139 (54.69% from 255) = 22.79%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=35.90%
G=22.79%
B=41.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191392520.130.4500.01282.4894.9676.67
HexDB8BFCD2D0111a5f4d
Octal333213374155501432137115
Binary11011011100010111111110011011011010110001101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BFC; }

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

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

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

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

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

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

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

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