#DB8CFB

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

Shades of Heliotrope #DB8CFB

Tints of Heliotrope #DB8CFB

Color information

#DB8CFB (or 0xDB8CFB) is unknown color: approx Heliotrope. HEX triplet: DB, 8C and FB. RGB value is (219,140,251). Sum of RGB (Red+Green+Blue) = 219+140+251=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB8CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CFB is #247304. Grayscale: #AFAFAF. Windows color (decimal): -2388741 or 16485595. OLE color: 16485595.

HSL color Cylindrical-coordinate representation of color #DB8CFB: hue angle of 282.7º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB8CFB is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219140251-
CMYK0.130.4400.02
HSL282.7º93.28%76.67%-
HSV(B)282.7º44.22%98.43%-
XYZ5640.7896.19-
YUV176.28170.17158.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 140 (55.08% from 255) = 22.95%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=35.90%
G=22.95%
B=41.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191402510.130.4400.02282.793.2876.67
HexDB8CFBD2C0211b5d4d
Octal333214373155402433135115
Binary110110111000110011111011110110110001010001101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8CFB; }

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

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

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

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

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

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

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

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