#DF71FF

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

Shades of Heliotrope #DF71FF

Tints of Heliotrope #DF71FF

Color information

#DF71FF (or 0xDF71FF) is unknown color: approx Heliotrope. HEX triplet: DF, 71 and FF. RGB value is (223,113,255). Sum of RGB (Red+Green+Blue) = 223+113+255=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 113 (44.53% from 255 or 19.12% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71FF is #208E00. Grayscale: #A1A1A1. Windows color (decimal): -2133505 or 16740831. OLE color: 16740831.

HSL color Cylindrical-coordinate representation of color #DF71FF: hue angle of 286.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF71FF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223113255-
CMYK0.130.5600
HSL286.48º100%72.16%-
HSV(B)286.48º55.69%100%-
XYZ54.3934.7298.44-
YUV162.08180.44171.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 113 (44.53% from 255) = 19.12%
BLUE value IS 255 (100% from 255) = 43.15%
R=37.73%
G=19.12%
B=43.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231132550.130.5600286.4810072.16
HexDF71FFD380011e6448
Octal337161377157000436144110
Binary1101111111100011111111111011110000010001111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF71FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF71FF; }

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

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

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

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

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

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

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

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