#DE88F5

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

Shades of Heliotrope #DE88F5

Tints of Heliotrope #DE88F5

Color information

#DE88F5 (or 0xDE88F5) is unknown color: approx Heliotrope. HEX triplet: DE, 88 and F5. RGB value is (222,136,245). Sum of RGB (Red+Green+Blue) = 222+136+245=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 245 - color contains mainly: blue. Hex color #DE88F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE88F5 is #21770A. Grayscale: #ADADAD. Windows color (decimal): -2193163 or 16091358. OLE color: 16091358.

HSL color Cylindrical-coordinate representation of color #DE88F5: hue angle of 287.34º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE88F5 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222136245-
CMYK0.090.4400.04
HSL287.34º84.5%74.71%-
HSV(B)287.34º44.49%96.08%-
XYZ55.4139.7391.13-
YUV174.14167.99162.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 136 (53.52% from 255) = 22.55%
BLUE value IS 245 (96.09% from 255) = 40.63%
R=36.82%
G=22.55%
B=40.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221362450.090.4400.04287.3484.574.71
HexDE88F592C0411f544b
Octal336210365115404437124113
Binary1101111010001000111101011001101100010010001111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88F5; }

 p { color: rgb(222,136,245); }

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

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

 a { background-color: rgb(222,136,245); }

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

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

 span { border-color: rgb(222,136,245); }

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