#DB6DEB

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

Shades of Heliotrope #DB6DEB

Tints of Heliotrope #DB6DEB

Color information

#DB6DEB (or 0xDB6DEB) is unknown color: approx Heliotrope. HEX triplet: DB, 6D and EB. RGB value is (219,109,235). Sum of RGB (Red+Green+Blue) = 219+109+235=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB6DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DEB is #249214. Grayscale: #9B9B9B. Windows color (decimal): -2396693 or 15429083. OLE color: 15429083.

HSL color Cylindrical-coordinate representation of color #DB6DEB: hue angle of 292.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6DEB is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219109235-
CMYK0.070.5400.08
HSL292.38º75.9%67.45%-
HSV(B)292.38º53.62%92.16%-
XYZ49.683282.15-
YUV156.25172.44172.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 109 (42.97% from 255) = 19.36%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=38.90%
G=19.36%
B=41.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191092350.070.5400.08292.3875.967.45
HexDB6DEB736081244c43
Octal333155353766010444114103
Binary110110111101101111010111111101100100010010010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6DEB; }

 p { color: rgb(219,109,235); }

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

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

 a { background-color: rgb(219,109,235); }

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

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

 span { border-color: rgb(219,109,235); }

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