#DB73EA

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

Shades of Heliotrope #DB73EA

Tints of Heliotrope #DB73EA

Color information

#DB73EA (or 0xDB73EA) is unknown color: approx Heliotrope. HEX triplet: DB, 73 and EA. RGB value is (219,115,234). Sum of RGB (Red+Green+Blue) = 219+115+234=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73EA is #248C15. Grayscale: #9F9F9F. Windows color (decimal): -2395158 or 15365083. OLE color: 15365083.

HSL color Cylindrical-coordinate representation of color #DB73EA: hue angle of 292.44º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB73EA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219115234-
CMYK0.060.5100.08
HSL292.44º73.91%68.43%-
HSV(B)292.44º50.85%91.76%-
XYZ50.233.2681.62-
YUV159.66169.96170.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 115 (45.31% from 255) = 20.25%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=38.56%
G=20.25%
B=41.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191152340.060.5100.08292.4473.9168.43
HexDB73EA633081244a44
Octal333163352663010444112104
Binary110110111110011111010101101100110100010010010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB73EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB73EA; }

 p { color: rgb(219,115,234); }

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

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

 a { background-color: rgb(219,115,234); }

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

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

 span { border-color: rgb(219,115,234); }

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