#DE5BF9

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

Shades of Heliotrope #DE5BF9

Tints of Heliotrope #DE5BF9

Color information

#DE5BF9 (or 0xDE5BF9) is unknown color: approx Heliotrope. HEX triplet: DE, 5B and F9. RGB value is (222,91,249). Sum of RGB (Red+Green+Blue) = 222+91+249=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 91 (35.94% from 255 or 16.19% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE5BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5BF9 is #21A406. Grayscale: #939393. Windows color (decimal): -2204679 or 16341982. OLE color: 16341982.

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

Color convert

RGB22291249-
CMYK0.110.6300.02
HSL289.75º92.94%66.67%-
HSV(B)289.75º63.45%97.65%-
XYZ50.9629.8592.7-
YUV148.18184.9180.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 91 (35.94% from 255) = 16.19%
BLUE value IS 249 (97.66% from 255) = 44.31%
R=39.50%
G=16.19%
B=44.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222912490.110.6300.02289.7592.9466.67
HexDE5BF9B3F021225d43
Octal336133371137702442135103
Binary11011110101101111111001101111111101010010001010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5BF9; }

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

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

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

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

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

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

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

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