#DE70FF

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

Shades of Heliotrope #DE70FF

Tints of Heliotrope #DE70FF

Color information

#DE70FF (or 0xDE70FF) is unknown color: approx Heliotrope. HEX triplet: DE, 70 and FF. RGB value is (222,112,255). Sum of RGB (Red+Green+Blue) = 222+112+255=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE70FF is #218F00. Grayscale: #A0A0A0. Windows color (decimal): -2199297 or 16740574. OLE color: 16740574.

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

Color convert

RGB222112255-
CMYK0.130.5600
HSL286.15º100%71.96%-
HSV(B)286.15º56.08%100%-
XYZ53.9734.3498.39-
YUV161.19180.94171.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 112 (44.14% from 255) = 19.02%
BLUE value IS 255 (100% from 255) = 43.29%
R=37.69%
G=19.02%
B=43.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221122550.130.5600286.1510071.96
HexDE70FFD380011e6448
Octal336160377157000436144110
Binary1101111011100001111111111011110000010001111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE70FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE70FF; }

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

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

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

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

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

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

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

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