#DE73FA

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

Shades of Heliotrope #DE73FA

Tints of Heliotrope #DE73FA

Color information

#DE73FA (or 0xDE73FA) is unknown color: approx Heliotrope. HEX triplet: DE, 73 and FA. RGB value is (222,115,250). Sum of RGB (Red+Green+Blue) = 222+115+250=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE73FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE73FA is #218C05. Grayscale: #A1A1A1. Windows color (decimal): -2198534 or 16413662. OLE color: 16413662.

HSL color Cylindrical-coordinate representation of color #DE73FA: hue angle of 287.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE73FA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222115250-
CMYK0.110.5400.02
HSL287.56º93.1%71.57%-
HSV(B)287.56º54%98.04%-
XYZ53.5134.6994.32-
YUV162.38177.45170.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 115 (45.31% from 255) = 19.59%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=37.82%
G=19.59%
B=42.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221152500.110.5400.02287.5693.171.57
HexDE73FAB36021205d48
Octal336163372136602440135110
Binary11011110111001111111010101111011001010010000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE73FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE73FA; }

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

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

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

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

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

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

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

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