#DB70EC

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

Shades of Heliotrope #DB70EC

Tints of Heliotrope #DB70EC

Color information

#DB70EC (or 0xDB70EC) is unknown color: approx Heliotrope. HEX triplet: DB, 70 and EC. RGB value is (219,112,236). Sum of RGB (Red+Green+Blue) = 219+112+236=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB70EC is #248F13. Grayscale: #9D9D9D. Windows color (decimal): -2395924 or 15495387. OLE color: 15495387.

HSL color Cylindrical-coordinate representation of color #DB70EC: hue angle of 291.77º 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 #DB70EC is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219112236-
CMYK0.070.5300.07
HSL291.77º76.54%68.24%-
HSV(B)291.77º52.54%92.55%-
XYZ50.1532.783.03-
YUV158.13171.95171.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 112 (44.14% from 255) = 19.75%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=38.62%
G=19.75%
B=41.62%

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
Decimal2191122360.070.5300.07291.7776.5468.24
HexDB70EC735071244d44
Octal33316035476507444115104
Binary11011011111000011101100111110101011110010010010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB70EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB70EC; }

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

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

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

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

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

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

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

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