#DE8DFF

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

Shades of Heliotrope #DE8DFF

Tints of Heliotrope #DE8DFF

Color information

#DE8DFF (or 0xDE8DFF) is unknown color: approx Heliotrope. HEX triplet: DE, 8D and FF. RGB value is (222,141,255). Sum of RGB (Red+Green+Blue) = 222+141+255=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 141 (55.47% from 255 or 22.82% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE8DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8DFF is #217200. Grayscale: #B1B1B1. Windows color (decimal): -2191873 or 16747998. OLE color: 16747998.

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

Color convert

RGB222141255-
CMYK0.130.4500
HSL282.63º100%77.65%-
HSV(B)282.63º44.71%100%-
XYZ57.741.899.63-
YUV178.21171.34159.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 141 (55.47% from 255) = 22.82%
BLUE value IS 255 (100% from 255) = 41.26%
R=35.92%
G=22.82%
B=41.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221412550.130.4500282.6310077.65
HexDE8DFFD2D0011b644e
Octal336215377155500433144116
Binary11011110100011011111111111011011010010001101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8DFF; }

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

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

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

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

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

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

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

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