#DB7EF6

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

Shades of Heliotrope #DB7EF6

Tints of Heliotrope #DB7EF6

Color information

#DB7EF6 (or 0xDB7EF6) is unknown color: approx Heliotrope. HEX triplet: DB, 7E and F6. RGB value is (219,126,246). Sum of RGB (Red+Green+Blue) = 219+126+246=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB7EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EF6 is #248109. Grayscale: #A7A7A7. Windows color (decimal): -2392330 or 16154331. OLE color: 16154331.

HSL color Cylindrical-coordinate representation of color #DB7EF6: hue angle of 286.5º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7EF6 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219126246-
CMYK0.110.4900.04
HSL286.5º86.96%72.94%-
HSV(B)286.5º48.78%96.47%-
XYZ53.3136.6491.45-
YUV167.49172.31164.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 126 (49.61% from 255) = 21.32%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=37.06%
G=21.32%
B=41.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2191262460.110.4900.04286.586.9672.94
HexDB7EF6B310411e5749
Octal333176366136104436127111
Binary110110111111110111101101011110001010010001111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EF6; }

 p { color: rgb(219,126,246); }

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

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

 a { background-color: rgb(219,126,246); }

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

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

 span { border-color: rgb(219,126,246); }

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