#DF73F0

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

Shades of Heliotrope #DF73F0

Tints of Heliotrope #DF73F0

Color information

#DF73F0 (or 0xDF73F0) is unknown color: approx Heliotrope. HEX triplet: DF, 73 and F0. RGB value is (223,115,240). Sum of RGB (Red+Green+Blue) = 223+115+240=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 115 (45.31% from 255 or 19.90% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF73F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF73F0 is #208C0F. Grayscale: #A1A1A1. Windows color (decimal): -2133008 or 15758303. OLE color: 15758303.

HSL color Cylindrical-coordinate representation of color #DF73F0: hue angle of 291.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF73F0 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223115240-
CMYK0.070.5200.06
HSL291.84º80.65%69.61%-
HSV(B)291.84º52.08%94.12%-
XYZ52.2934.2486.29-
YUV161.54172.28171.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 115 (45.31% from 255) = 19.90%
BLUE value IS 240 (94.14% from 255) = 41.52%
R=38.58%
G=19.90%
B=41.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231152400.070.5200.06291.8480.6569.61
HexDF73F0734061245146
Octal33716336076406444121106
Binary11011111111001111110000111110100011010010010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF73F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF73F0; }

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

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

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

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

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

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

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

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