#DB6EEE

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

Shades of Heliotrope #DB6EEE

Tints of Heliotrope #DB6EEE

Color information

#DB6EEE (or 0xDB6EEE) is unknown color: approx Heliotrope. HEX triplet: DB, 6E and EE. RGB value is (219,110,238). Sum of RGB (Red+Green+Blue) = 219+110+238=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB6EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6EEE is #249111. Grayscale: #9C9C9C. Windows color (decimal): -2396434 or 15625947. OLE color: 15625947.

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

Color convert

RGB219110238-
CMYK0.080.5400.07
HSL291.09º79.01%68.24%-
HSV(B)291.09º53.78%93.33%-
XYZ50.2232.3884.49-
YUV157.18173.61172.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 110 (43.36% from 255) = 19.40%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=38.62%
G=19.40%
B=41.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191102380.080.5400.07291.0979.0168.24
HexDB6EEE836071234f44
Octal333156356106607443117104
Binary110110111101110111011101000110110011110010001110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6EEE; }

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

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

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

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

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

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

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

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