#DE7BF2

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

Shades of Heliotrope #DE7BF2

Tints of Heliotrope #DE7BF2

Color information

#DE7BF2 (or 0xDE7BF2) is unknown color: approx Heliotrope. HEX triplet: DE, 7B and F2. RGB value is (222,123,242). Sum of RGB (Red+Green+Blue) = 222+123+242=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE7BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7BF2 is #21840D. Grayscale: #A5A5A5. Windows color (decimal): -2196494 or 15891422. OLE color: 15891422.

HSL color Cylindrical-coordinate representation of color #DE7BF2: hue angle of 289.92º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE7BF2 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222123242-
CMYK0.080.4900.05
HSL289.92º82.07%71.57%-
HSV(B)289.92º49.17%94.9%-
XYZ53.2336.1188.17-
YUV166.17170.8167.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 123 (48.44% from 255) = 20.95%
BLUE value IS 242 (94.92% from 255) = 41.23%
R=37.82%
G=20.95%
B=41.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221232420.080.4900.05289.9282.0771.57
HexDE7BF2831051225248
Octal336173362106105442122110
Binary110111101111011111100101000110001010110010001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7BF2; }

 p { color: rgb(222,123,242); }

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

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

 a { background-color: rgb(222,123,242); }

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

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

 span { border-color: rgb(222,123,242); }

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