#DB6AFA

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

Shades of Heliotrope #DB6AFA

Tints of Heliotrope #DB6AFA

Color information

#DB6AFA (or 0xDB6AFA) is unknown color: approx Heliotrope. HEX triplet: DB, 6A and FA. RGB value is (219,106,250). Sum of RGB (Red+Green+Blue) = 219+106+250=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 106 (41.80% from 255 or 18.43% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB6AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AFA is #249505. Grayscale: #9B9B9B. Windows color (decimal): -2397446 or 16411355. OLE color: 16411355.

HSL color Cylindrical-coordinate representation of color #DB6AFA: hue angle of 287.08º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB6AFA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219106250-
CMYK0.120.5800.02
HSL287.08º93.51%69.8%-
HSV(B)287.08º57.6%98.04%-
XYZ51.6232.2793.95-
YUV156.2180.94172.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 106 (41.80% from 255) = 18.43%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=38.09%
G=18.43%
B=43.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191062500.120.5800.02287.0893.5169.8
HexDB6AFAC3A0211f5e46
Octal333152372147202437136106
Binary11011011110101011111010110011101001010001111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6AFA; }

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

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

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

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

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

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

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

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