#DF70F7

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

Shades of Heliotrope #DF70F7

Tints of Heliotrope #DF70F7

Color information

#DF70F7 (or 0xDF70F7) is unknown color: approx Heliotrope. HEX triplet: DF, 70 and F7. RGB value is (223,112,247). Sum of RGB (Red+Green+Blue) = 223+112+247=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF70F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70F7 is #208F08. Grayscale: #A0A0A0. Windows color (decimal): -2133769 or 16216287. OLE color: 16216287.

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

Color convert

RGB223112247-
CMYK0.100.5500.03
HSL289.33º89.4%70.39%-
HSV(B)289.33º54.66%96.86%-
XYZ53.0133.9991.76-
YUV160.58176.77172.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 112 (44.14% from 255) = 19.24%
BLUE value IS 247 (96.88% from 255) = 42.44%
R=38.32%
G=19.24%
B=42.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2231122470.100.5500.03289.3389.470.39
HexDF70F7A37031215946
Octal337160367126703441131106
Binary11011111111000011110111101011011101110010000110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF70F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF70F7; }

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

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

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

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

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

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

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

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