#DE72F2

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

Shades of Heliotrope #DE72F2

Tints of Heliotrope #DE72F2

Color information

#DE72F2 (or 0xDE72F2) is unknown color: approx Heliotrope. HEX triplet: DE, 72 and F2. RGB value is (222,114,242). Sum of RGB (Red+Green+Blue) = 222+114+242=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE72F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE72F2 is #218D0D. Grayscale: #A0A0A0. Windows color (decimal): -2198798 or 15889118. OLE color: 15889118.

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

Color convert

RGB222114242-
CMYK0.080.5300.05
HSL290.62º83.12%69.8%-
HSV(B)290.62º52.89%94.9%-
XYZ52.1733.9887.81-
YUV160.88173.78171.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 114 (44.92% from 255) = 19.72%
BLUE value IS 242 (94.92% from 255) = 41.87%
R=38.41%
G=19.72%
B=41.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221142420.080.5300.05290.6283.1269.8
HexDE72F2835051235346
Octal336162362106505443123106
Binary110111101110010111100101000110101010110010001110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE72F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE72F2; }

 p { color: rgb(222,114,242); }

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

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

 a { background-color: rgb(222,114,242); }

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

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

 span { border-color: rgb(222,114,242); }

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