#DE8BFA

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

Shades of Heliotrope #DE8BFA

Tints of Heliotrope #DE8BFA

Color information

#DE8BFA (or 0xDE8BFA) is unknown color: approx Heliotrope. HEX triplet: DE, 8B and FA. RGB value is (222,139,250). Sum of RGB (Red+Green+Blue) = 222+139+250=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE8BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8BFA is #217405. Grayscale: #B0B0B0. Windows color (decimal): -2192390 or 16419806. OLE color: 16419806.

HSL color Cylindrical-coordinate representation of color #DE8BFA: hue angle of 284.86º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE8BFA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222139250-
CMYK0.110.4400.02
HSL284.86º91.74%76.27%-
HSV(B)284.86º44.4%98.04%-
XYZ56.6140.995.35-
YUV176.47169.5160.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 139 (54.69% from 255) = 22.75%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=36.33%
G=22.75%
B=40.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221392500.110.4400.02284.8691.7476.27
HexDE8BFAB2C0211d5c4c
Octal336213372135402435134114
Binary110111101000101111111010101110110001010001110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8BFA; }

 p { color: rgb(222,139,250); }

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

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

 a { background-color: rgb(222,139,250); }

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

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

 span { border-color: rgb(222,139,250); }

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