#DE73F4

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

Shades of Heliotrope #DE73F4

Tints of Heliotrope #DE73F4

Color information

#DE73F4 (or 0xDE73F4) is unknown color: approx Heliotrope. HEX triplet: DE, 73 and F4. RGB value is (222,115,244). Sum of RGB (Red+Green+Blue) = 222+115+244=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #DE73F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE73F4 is #218C0B. Grayscale: #A1A1A1. Windows color (decimal): -2198540 or 16020446. OLE color: 16020446.

HSL color Cylindrical-coordinate representation of color #DE73F4: hue angle of 289.77º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE73F4 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222115244-
CMYK0.090.5300.04
HSL289.77º85.43%70.39%-
HSV(B)289.77º52.87%95.69%-
XYZ52.5834.3289.44-
YUV161.7174.45171.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 115 (45.31% from 255) = 19.79%
BLUE value IS 244 (95.70% from 255) = 42.00%
R=38.21%
G=19.79%
B=42.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221152440.090.5300.04289.7785.4370.39
HexDE73F4935041225546
Octal336163364116504442125106
Binary110111101110011111101001001110101010010010001010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE73F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE73F4; }

 p { color: rgb(222,115,244); }

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

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

 a { background-color: rgb(222,115,244); }

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

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

 span { border-color: rgb(222,115,244); }

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