#DB6FF3

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

Shades of Heliotrope #DB6FF3

Tints of Heliotrope #DB6FF3

Color information

#DB6FF3 (or 0xDB6FF3) is unknown color: approx Heliotrope. HEX triplet: DB, 6F and F3. RGB value is (219,111,243). Sum of RGB (Red+Green+Blue) = 219+111+243=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB6FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6FF3 is #24900C. Grayscale: #9D9D9D. Windows color (decimal): -2396173 or 15953883. OLE color: 15953883.

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

Color convert

RGB219111243-
CMYK0.100.5400.05
HSL289.09º84.62%69.41%-
HSV(B)289.09º54.32%95.29%-
XYZ51.0832.988.45-
YUV158.34175.78171.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 111 (43.75% from 255) = 19.37%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=38.22%
G=19.37%
B=42.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191112430.100.5400.05289.0984.6269.41
HexDB6FF3A36051215545
Octal333157363126605441125105
Binary110110111101111111100111010110110010110010000110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6FF3; }

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

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

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

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

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

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

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

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