#DB71EC

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

Shades of Heliotrope #DB71EC

Tints of Heliotrope #DB71EC

Color information

#DB71EC (or 0xDB71EC) is unknown color: approx Heliotrope. HEX triplet: DB, 71 and EC. RGB value is (219,113,236). Sum of RGB (Red+Green+Blue) = 219+113+236=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71EC is #248E13. Grayscale: #9E9E9E. Windows color (decimal): -2395668 or 15495643. OLE color: 15495643.

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

Color convert

RGB219113236-
CMYK0.070.5200.07
HSL291.71º76.4%68.43%-
HSV(B)291.71º52.12%92.55%-
XYZ50.2632.9383.06-
YUV158.72171.62171-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 113 (44.53% from 255) = 19.89%
BLUE value IS 236 (92.58% from 255) = 41.55%
R=38.56%
G=19.89%
B=41.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191132360.070.5200.07291.7176.468.43
HexDB71EC734071244c44
Octal33316135476407444114104
Binary11011011111000111101100111110100011110010010010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB71EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB71EC; }

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

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

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

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

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

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

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

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