#DE8AFB

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

Shades of Heliotrope #DE8AFB

Tints of Heliotrope #DE8AFB

Color information

#DE8AFB (or 0xDE8AFB) is unknown color: approx Heliotrope. HEX triplet: DE, 8A and FB. RGB value is (222,138,251). Sum of RGB (Red+Green+Blue) = 222+138+251=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE8AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8AFB is #217504. Grayscale: #AFAFAF. Windows color (decimal): -2192645 or 16485086. OLE color: 16485086.

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

Color convert

RGB222138251-
CMYK0.120.4500.02
HSL284.6º93.39%76.27%-
HSV(B)284.6º45.02%98.43%-
XYZ56.6340.6796.13-
YUV176170.33160.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 138 (54.30% from 255) = 22.59%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=36.33%
G=22.59%
B=41.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221382510.120.4500.02284.693.3976.27
HexDE8AFBC2D0211d5d4c
Octal336212373145502435135114
Binary110111101000101011111011110010110101010001110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8AFB; }

 p { color: rgb(222,138,251); }

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

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

 a { background-color: rgb(222,138,251); }

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

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

 span { border-color: rgb(222,138,251); }

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