#DE73FF

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

Shades of Heliotrope #DE73FF

Tints of Heliotrope #DE73FF

Color information

#DE73FF (or 0xDE73FF) is unknown color: approx Heliotrope. HEX triplet: DE, 73 and FF. RGB value is (222,115,255). Sum of RGB (Red+Green+Blue) = 222+115+255=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 115 (45.31% from 255 or 19.43% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE73FF is #218C00. Grayscale: #A2A2A2. Windows color (decimal): -2198529 or 16741342. OLE color: 16741342.

HSL color Cylindrical-coordinate representation of color #DE73FF: hue angle of 285.86º 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 #DE73FF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222115255-
CMYK0.130.5500
HSL285.86º100%72.55%-
HSV(B)285.86º54.9%100%-
XYZ54.335.0198.5-
YUV162.95179.95170.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 115 (45.31% from 255) = 19.43%
BLUE value IS 255 (100% from 255) = 43.07%
R=37.5%
G=19.43%
B=43.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221152550.130.5500285.8610072.55
HexDE73FFD370011e6449
Octal336163377156700436144111
Binary1101111011100111111111111011101110010001111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE73FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE73FF; }

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

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

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

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

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

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

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

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