#DF5BF7

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

Shades of Heliotrope #DF5BF7

Tints of Heliotrope #DF5BF7

Color information

#DF5BF7 (or 0xDF5BF7) is unknown color: approx Heliotrope. HEX triplet: DF, 5B and F7. RGB value is (223,91,247). Sum of RGB (Red+Green+Blue) = 223+91+247=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 91 (35.94% from 255 or 16.22% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF5BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5BF7 is #20A408. Grayscale: #939393. Windows color (decimal): -2139145 or 16210911. OLE color: 16210911.

HSL color Cylindrical-coordinate representation of color #DF5BF7: hue angle of 290.77º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5BF7 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22391247-
CMYK0.100.6300.03
HSL290.77º90.7%66.27%-
HSV(B)290.77º63.16%96.86%-
XYZ50.9629.8991.08-
YUV148.25183.73181.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 91 (35.94% from 255) = 16.22%
BLUE value IS 247 (96.88% from 255) = 44.03%
R=39.75%
G=16.22%
B=44.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal223912470.100.6300.03290.7790.766.27
HexDF5BF7A3F031235b42
Octal337133367127703443133102
Binary11011111101101111110111101011111101110010001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5BF7; }

 p { color: rgb(223,91,247); }

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

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

 a { background-color: rgb(223,91,247); }

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

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

 span { border-color: rgb(223,91,247); }

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