#DF71FA

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

Shades of Heliotrope #DF71FA

Tints of Heliotrope #DF71FA

Color information

#DF71FA (or 0xDF71FA) is unknown color: approx Heliotrope. HEX triplet: DF, 71 and FA. RGB value is (223,113,250). Sum of RGB (Red+Green+Blue) = 223+113+250=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71FA is #208E05. Grayscale: #A1A1A1. Windows color (decimal): -2133510 or 16413151. OLE color: 16413151.

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

Color convert

RGB223113250-
CMYK0.110.5500.02
HSL288.18º93.2%71.18%-
HSV(B)288.18º54.8%98.04%-
XYZ53.5934.494.26-
YUV161.51177.94171.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 113 (44.53% from 255) = 19.28%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=38.05%
G=19.28%
B=42.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231132500.110.5500.02288.1893.271.18
HexDF71FAB37021205d47
Octal337161372136702440135107
Binary11011111111000111111010101111011101010010000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF71FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF71FA; }

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

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

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

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

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

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

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

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