#DE5EFD

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

Shades of Heliotrope #DE5EFD

Tints of Heliotrope #DE5EFD

Color information

#DE5EFD (or 0xDE5EFD) is unknown color: approx Heliotrope. HEX triplet: DE, 5E and FD. RGB value is (222,94,253). Sum of RGB (Red+Green+Blue) = 222+94+253=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 94 (37.11% from 255 or 16.52% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5EFD is #21A102. Grayscale: #959595. Windows color (decimal): -2203907 or 16604894. OLE color: 16604894.

HSL color Cylindrical-coordinate representation of color #DE5EFD: hue angle of 288.3º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5EFD is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22294253-
CMYK0.120.6300.01
HSL288.3º97.55%68.04%-
HSV(B)288.3º62.85%99.22%-
XYZ51.8630.6396.11-
YUV150.4185.91179.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 94 (37.11% from 255) = 16.52%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=39.02%
G=16.52%
B=44.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal222942530.120.6300.01288.397.5568.04
HexDE5EFDC3F011206244
Octal336136375147701440142104
Binary1101111010111101111110111001111110110010000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5EFD; }

 p { color: rgb(222,94,253); }

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

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

 a { background-color: rgb(222,94,253); }

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

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

 span { border-color: rgb(222,94,253); }

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