#DE6EFD

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

Shades of Heliotrope #DE6EFD

Tints of Heliotrope #DE6EFD

Color information

#DE6EFD (or 0xDE6EFD) is unknown color: approx Heliotrope. HEX triplet: DE, 6E and FD. RGB value is (222,110,253). Sum of RGB (Red+Green+Blue) = 222+110+253=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE6EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6EFD is #219102. Grayscale: #9F9F9F. Windows color (decimal): -2199811 or 16608990. OLE color: 16608990.

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

Color convert

RGB222110253-
CMYK0.120.5700.01
HSL286.99º97.28%71.18%-
HSV(B)286.99º56.52%99.22%-
XYZ53.4333.7796.63-
YUV159.79180.61172.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 110 (43.36% from 255) = 18.80%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=37.95%
G=18.80%
B=43.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221102530.120.5700.01286.9997.2871.18
HexDE6EFDC390111f6147
Octal336156375147101437141107
Binary1101111011011101111110111001110010110001111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6EFD; }

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

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

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

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

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

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

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

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