#DE73F1

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

Shades of Heliotrope #DE73F1

Tints of Heliotrope #DE73F1

Color information

#DE73F1 (or 0xDE73F1) is unknown color: approx Heliotrope. HEX triplet: DE, 73 and F1. RGB value is (222,115,241). Sum of RGB (Red+Green+Blue) = 222+115+241=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 115 (45.31% from 255 or 19.90% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE73F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE73F1 is #218C0E. Grayscale: #A0A0A0. Windows color (decimal): -2198543 or 15823838. OLE color: 15823838.

HSL color Cylindrical-coordinate representation of color #DE73F1: hue angle of 290.95º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE73F1 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222115241-
CMYK0.080.5200.05
HSL290.95º81.82%69.8%-
HSV(B)290.95º52.28%94.51%-
XYZ52.1334.1487.06-
YUV161.36172.95171.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 115 (45.31% from 255) = 19.90%
BLUE value IS 241 (94.53% from 255) = 41.70%
R=38.41%
G=19.90%
B=41.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221152410.080.5200.05290.9581.8269.8
HexDE73F1834051235246
Octal336163361106405443122106
Binary110111101110011111100011000110100010110010001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE73F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE73F1; }

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

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

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

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

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

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

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

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