#DF73FF

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

Shades of Heliotrope #DF73FF

Tints of Heliotrope #DF73FF

Color information

#DF73FF (or 0xDF73FF) is unknown color: approx Heliotrope. HEX triplet: DF, 73 and FF. RGB value is (223,115,255). Sum of RGB (Red+Green+Blue) = 223+115+255=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 115 (45.31% from 255 or 19.39% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF73FF is #208C00. Grayscale: #A2A2A2. Windows color (decimal): -2132993 or 16741343. OLE color: 16741343.

HSL color Cylindrical-coordinate representation of color #DF73FF: hue angle of 286.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF73FF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223115255-
CMYK0.130.5500
HSL286.29º100%72.55%-
HSV(B)286.29º54.9%100%-
XYZ54.6135.1798.52-
YUV163.25179.78170.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 115 (45.31% from 255) = 19.39%
BLUE value IS 255 (100% from 255) = 43.00%
R=37.61%
G=19.39%
B=43.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231152550.130.5500286.2910072.55
HexDF73FFD370011e6449
Octal337163377156700436144111
Binary1101111111100111111111111011101110010001111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF73FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF73FF; }

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

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

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

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

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

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

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

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