#DF73EB

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

Shades of Heliotrope #DF73EB

Tints of Heliotrope #DF73EB

Color information

#DF73EB (or 0xDF73EB) is unknown color: approx Heliotrope. HEX triplet: DF, 73 and EB. RGB value is (223,115,235). Sum of RGB (Red+Green+Blue) = 223+115+235=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF73EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF73EB is #208C14. Grayscale: #A0A0A0. Windows color (decimal): -2133013 or 15430623. OLE color: 15430623.

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

Color convert

RGB223115235-
CMYK0.050.5100.08
HSL294º75%68.63%-
HSV(B)294º51.06%92.16%-
XYZ51.5633.9582.43-
YUV160.97169.78172.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 115 (45.31% from 255) = 20.07%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=38.92%
G=20.07%
B=41.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231152350.050.5100.082947568.63
HexDF73EB533081264b45
Octal337163353563010446113105
Binary110111111110011111010111011100110100010010011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF73EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF73EB; }

 p { color: rgb(223,115,235); }

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

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

 a { background-color: rgb(223,115,235); }

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

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

 span { border-color: rgb(223,115,235); }

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