#DE72FF

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

Shades of Heliotrope #DE72FF

Tints of Heliotrope #DE72FF

Color information

#DE72FF (or 0xDE72FF) is unknown color: approx Heliotrope. HEX triplet: DE, 72 and FF. RGB value is (222,114,255). Sum of RGB (Red+Green+Blue) = 222+114+255=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 114 (44.92% from 255 or 19.29% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE72FF is #218D00. Grayscale: #A1A1A1. Windows color (decimal): -2198785 or 16741086. OLE color: 16741086.

HSL color Cylindrical-coordinate representation of color #DE72FF: hue angle of 285.96º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE72FF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222114255-
CMYK0.130.5500
HSL285.96º100%72.35%-
HSV(B)285.96º55.29%100%-
XYZ54.1934.7898.47-
YUV162.37180.28170.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 114 (44.92% from 255) = 19.29%
BLUE value IS 255 (100% from 255) = 43.15%
R=37.56%
G=19.29%
B=43.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221142550.130.5500285.9610072.35
HexDE72FFD370011e6448
Octal336162377156700436144110
Binary1101111011100101111111111011101110010001111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE72FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE72FF; }

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

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

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

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

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

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

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

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