#DB8DF3

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

Shades of Heliotrope #DB8DF3

Tints of Heliotrope #DB8DF3

Color information

#DB8DF3 (or 0xDB8DF3) is unknown color: approx Heliotrope. HEX triplet: DB, 8D and F3. RGB value is (219,141,243). Sum of RGB (Red+Green+Blue) = 219+141+243=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB8DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DF3 is #24720C. Grayscale: #AFAFAF. Windows color (decimal): -2388493 or 15961563. OLE color: 15961563.

HSL color Cylindrical-coordinate representation of color #DB8DF3: hue angle of 285.88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8DF3 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219141243-
CMYK0.100.4200.05
HSL285.88º80.95%75.29%-
HSV(B)285.88º41.98%95.29%-
XYZ54.9240.5889.73-
YUV175.95165.84158.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 141 (55.47% from 255) = 23.38%
BLUE value IS 243 (95.31% from 255) = 40.30%
R=36.32%
G=23.38%
B=40.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191412430.100.4200.05285.8880.9575.29
HexDB8DF3A2A0511e514b
Octal333215363125205436121113
Binary1101101110001101111100111010101010010110001111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DF3; }

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

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

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

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

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

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

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

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