#DE7FF0

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

Shades of Heliotrope #DE7FF0

Tints of Heliotrope #DE7FF0

Color information

#DE7FF0 (or 0xDE7FF0) is unknown color: approx Heliotrope. HEX triplet: DE, 7F and F0. RGB value is (222,127,240). Sum of RGB (Red+Green+Blue) = 222+127+240=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #DE7FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7FF0 is #21800F. Grayscale: #A7A7A7. Windows color (decimal): -2195472 or 15761374. OLE color: 15761374.

HSL color Cylindrical-coordinate representation of color #DE7FF0: hue angle of 290.44º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE7FF0 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222127240-
CMYK0.080.4700.06
HSL290.44º79.02%71.96%-
HSV(B)290.44º47.08%94.12%-
XYZ53.443786.76-
YUV168.29168.47166.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 127 (50% from 255) = 21.56%
BLUE value IS 240 (94.14% from 255) = 40.75%
R=37.69%
G=21.56%
B=40.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221272400.080.4700.06290.4479.0271.96
HexDE7FF082F061224f48
Octal336177360105706442117110
Binary110111101111111111100001000101111011010010001010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7FF0; }

 p { color: rgb(222,127,240); }

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

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

 a { background-color: rgb(222,127,240); }

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

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

 span { border-color: rgb(222,127,240); }

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