#DB8DFA

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

Shades of Heliotrope #DB8DFA

Tints of Heliotrope #DB8DFA

Color information

#DB8DFA (or 0xDB8DFA) is unknown color: approx Heliotrope. HEX triplet: DB, 8D and FA. RGB value is (219,141,250). Sum of RGB (Red+Green+Blue) = 219+141+250=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DFA is #247205. Grayscale: #B0B0B0. Windows color (decimal): -2388486 or 16420315. OLE color: 16420315.

HSL color Cylindrical-coordinate representation of color #DB8DFA: hue angle of 282.94º degrees, saturation: 0.92, 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 #DB8DFA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219141250-
CMYK0.120.4400.02
HSL282.94º91.6%76.67%-
HSV(B)282.94º43.6%98.04%-
XYZ55.9941.0195.41-
YUV176.75169.34158.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 141 (55.47% from 255) = 23.11%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=35.90%
G=23.11%
B=40.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191412500.120.4400.02282.9491.676.67
HexDB8DFAC2C0211b5c4d
Octal333215372145402433134115
Binary110110111000110111111010110010110001010001101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DFA; }

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

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

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

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

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

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

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

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