#DF71F7

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

Shades of Heliotrope #DF71F7

Tints of Heliotrope #DF71F7

Color information

#DF71F7 (or 0xDF71F7) is unknown color: approx Heliotrope. HEX triplet: DF, 71 and F7. RGB value is (223,113,247). Sum of RGB (Red+Green+Blue) = 223+113+247=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF71F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71F7 is #208E08. Grayscale: #A0A0A0. Windows color (decimal): -2133513 or 16216543. OLE color: 16216543.

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

Color convert

RGB223113247-
CMYK0.100.5400.03
HSL289.25º89.33%70.59%-
HSV(B)289.25º54.25%96.86%-
XYZ53.1334.2191.8-
YUV161.17176.44172.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 113 (44.53% from 255) = 19.38%
BLUE value IS 247 (96.88% from 255) = 42.37%
R=38.25%
G=19.38%
B=42.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2231132470.100.5400.03289.2589.3370.59
HexDF71F7A36031215947
Octal337161367126603441131107
Binary11011111111000111110111101011011001110010000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF71F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF71F7; }

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

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

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

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

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

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

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

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