#DE81F3

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

Shades of Heliotrope #DE81F3

Tints of Heliotrope #DE81F3

Color information

#DE81F3 (or 0xDE81F3) is unknown color: approx Heliotrope. HEX triplet: DE, 81 and F3. RGB value is (222,129,243). Sum of RGB (Red+Green+Blue) = 222+129+243=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE81F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE81F3 is #217E0C. Grayscale: #A9A9A9. Windows color (decimal): -2194957 or 15958494. OLE color: 15958494.

HSL color Cylindrical-coordinate representation of color #DE81F3: hue angle of 288.95º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE81F3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222129243-
CMYK0.090.4700.05
HSL288.95º82.61%72.94%-
HSV(B)288.95º46.91%95.29%-
XYZ54.1537.789.22-
YUV169.8169.31165.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 129 (50.78% from 255) = 21.72%
BLUE value IS 243 (95.31% from 255) = 40.91%
R=37.37%
G=21.72%
B=40.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221292430.090.4700.05288.9582.6172.94
HexDE81F392F051215349
Octal336201363115705441123111
Binary1101111010000001111100111001101111010110010000110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81F3; }

 p { color: rgb(222,129,243); }

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

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

 a { background-color: rgb(222,129,243); }

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

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

 span { border-color: rgb(222,129,243); }

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