#DB6EEC

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

Shades of Heliotrope #DB6EEC

Tints of Heliotrope #DB6EEC

Color information

#DB6EEC (or 0xDB6EEC) is unknown color: approx Heliotrope. HEX triplet: DB, 6E and EC. RGB value is (219,110,236). Sum of RGB (Red+Green+Blue) = 219+110+236=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6EEC is #249113. Grayscale: #9C9C9C. Windows color (decimal): -2396436 or 15494875. OLE color: 15494875.

HSL color Cylindrical-coordinate representation of color #DB6EEC: hue angle of 291.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6EEC is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219110236-
CMYK0.070.5300.07
HSL291.9º76.83%67.84%-
HSV(B)291.9º53.39%92.55%-
XYZ49.9332.2782.95-
YUV156.95172.61172.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 110 (43.36% from 255) = 19.47%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=38.76%
G=19.47%
B=41.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191102360.070.5300.07291.976.8367.84
HexDB6EEC735071244d44
Octal33315635476507444115104
Binary11011011110111011101100111110101011110010010010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6EEC; }

 p { color: rgb(219,110,236); }

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

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

 a { background-color: rgb(219,110,236); }

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

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

 span { border-color: rgb(219,110,236); }

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