#DB6BF7

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

Shades of Heliotrope #DB6BF7

Tints of Heliotrope #DB6BF7

Color information

#DB6BF7 (or 0xDB6BF7) is unknown color: approx Heliotrope. HEX triplet: DB, 6B and F7. RGB value is (219,107,247). Sum of RGB (Red+Green+Blue) = 219+107+247=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB6BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BF7 is #249408. Grayscale: #9C9C9C. Windows color (decimal): -2397193 or 16215003. OLE color: 16215003.

HSL color Cylindrical-coordinate representation of color #DB6BF7: hue angle of 288º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6BF7 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219107247-
CMYK0.110.5700.03
HSL288º89.74%69.41%-
HSV(B)288º56.68%96.86%-
XYZ51.2632.2991.53-
YUV156.45179.11172.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 107 (42.19% from 255) = 18.67%
BLUE value IS 247 (96.88% from 255) = 43.11%
R=38.22%
G=18.67%
B=43.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2191072470.110.5700.0328889.7469.41
HexDB6BF7B39031205a45
Octal333153367137103440132105
Binary11011011110101111110111101111100101110010000010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6BF7; }

 p { color: rgb(219,107,247); }

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

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

 a { background-color: rgb(219,107,247); }

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

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

 span { border-color: rgb(219,107,247); }

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