#DE7FF9

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

Shades of Heliotrope #DE7FF9

Tints of Heliotrope #DE7FF9

Color information

#DE7FF9 (or 0xDE7FF9) is unknown color: approx Heliotrope. HEX triplet: DE, 7F and F9. RGB value is (222,127,249). Sum of RGB (Red+Green+Blue) = 222+127+249=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE7FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7FF9 is #218006. Grayscale: #A8A8A8. Windows color (decimal): -2195463 or 16351198. OLE color: 16351198.

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

Color convert

RGB222127249-
CMYK0.110.4900.02
HSL286.72º91.04%73.73%-
HSV(B)286.72º49%97.65%-
XYZ54.8137.5593.98-
YUV169.31172.97165.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 127 (50% from 255) = 21.24%
BLUE value IS 249 (97.66% from 255) = 41.64%
R=37.12%
G=21.24%
B=41.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221272490.110.4900.02286.7291.0473.73
HexDE7FF9B310211f5b4a
Octal336177371136102437133112
Binary11011110111111111111001101111000101010001111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7FF9; }

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

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

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

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

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

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

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

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