#DE7CF9

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

Shades of Heliotrope #DE7CF9

Tints of Heliotrope #DE7CF9

Color information

#DE7CF9 (or 0xDE7CF9) is unknown color: approx Heliotrope. HEX triplet: DE, 7C and F9. RGB value is (222,124,249). Sum of RGB (Red+Green+Blue) = 222+124+249=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE7CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7CF9 is #218306. Grayscale: #A7A7A7. Windows color (decimal): -2196231 or 16350430. OLE color: 16350430.

HSL color Cylindrical-coordinate representation of color #DE7CF9: hue angle of 287.04º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7CF9 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222124249-
CMYK0.110.5000.02
HSL287.04º91.24%73.14%-
HSV(B)287.04º50.2%97.65%-
XYZ54.4336.7893.85-
YUV167.55173.97166.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 124 (48.83% from 255) = 20.84%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=37.31%
G=20.84%
B=41.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221242490.110.5000.02287.0491.2473.14
HexDE7CF9B320211f5b49
Octal336174371136202437133111
Binary11011110111110011111001101111001001010001111110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7CF9; }

 p { color: rgb(222,124,249); }

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

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

 a { background-color: rgb(222,124,249); }

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

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

 span { border-color: rgb(222,124,249); }

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