#db7ef1

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

Shades of Heliotrope #DB7EF1

Tints of Heliotrope #DB7EF1

Color information

#DB7EF1 (or 0xDB7EF1) is unknown color: approx Heliotrope. HEX triplet: DB, 7E and F1. RGB value is (219,126,241). Sum of RGB (Red+Green+Blue) = 219+126+241=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB7EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EF1 is #24810E. Grayscale: #A6A6A6. Windows color (decimal): -2392335 or 15826651. OLE color: 15826651.

HSL color Cylindrical-coordinate representation of color #DB7EF1: hue angle of 288.52º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7EF1 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219126241-
CMYK0.090.4800.05
HSL288.52º80.42%71.96%-
HSV(B)288.52º47.72%94.51%-
XYZ52.5536.3387.46-
YUV166.92169.81165.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 126 (49.61% from 255) = 21.50%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=37.37%
G=21.50%
B=41.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191262410.090.4800.05288.5280.4271.96
HexDB7EF1930051215048
Octal333176361116005441120110
Binary110110111111110111100011001110000010110010000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db7ef1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db7ef1; }

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

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

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

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

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

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

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

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