#DF71EC

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

Shades of Heliotrope #DF71EC

Tints of Heliotrope #DF71EC

Color information

#DF71EC (or 0xDF71EC) is unknown color: approx Heliotrope. HEX triplet: DF, 71 and EC. RGB value is (223,113,236). Sum of RGB (Red+Green+Blue) = 223+113+236=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71EC is #208E13. Grayscale: #9F9F9F. Windows color (decimal): -2133524 or 15495647. OLE color: 15495647.

HSL color Cylindrical-coordinate representation of color #DF71EC: hue angle of 293.66º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF71EC is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223113236-
CMYK0.060.5200.07
HSL293.66º76.4%68.43%-
HSV(B)293.66º52.12%92.55%-
XYZ51.4833.5583.12-
YUV159.91170.94173-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 113 (44.53% from 255) = 19.76%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=38.99%
G=19.76%
B=41.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231132360.060.5200.07293.6676.468.43
HexDF71EC634071264c44
Octal33716135466407446114104
Binary11011111111000111101100110110100011110010011010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF71EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF71EC; }

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

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

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

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

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

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

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

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