#DE8FF8

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

Shades of Heliotrope #DE8FF8

Tints of Heliotrope #DE8FF8

Color information

#DE8FF8 (or 0xDE8FF8) is unknown color: approx Heliotrope. HEX triplet: DE, 8F and F8. RGB value is (222,143,248). Sum of RGB (Red+Green+Blue) = 222+143+248=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #DE8FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8FF8 is #217007. Grayscale: #B2B2B2. Windows color (decimal): -2191368 or 16289758. OLE color: 16289758.

HSL color Cylindrical-coordinate representation of color #DE8FF8: hue angle of 285.14º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE8FF8 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222143248-
CMYK0.100.4200.03
HSL285.14º88.24%76.67%-
HSV(B)285.14º42.34%97.25%-
XYZ56.8941.9593.91-
YUV178.59167.17158.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 143 (56.25% from 255) = 23.33%
BLUE value IS 248 (97.27% from 255) = 40.46%
R=36.22%
G=23.33%
B=40.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2221432480.100.4200.03285.1488.2476.67
HexDE8FF8A2A0311d584d
Octal336217370125203435130115
Binary110111101000111111111000101010101001110001110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8FF8; }

 p { color: rgb(222,143,248); }

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

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

 a { background-color: rgb(222,143,248); }

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

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

 span { border-color: rgb(222,143,248); }

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