#DF61EF

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

Shades of Heliotrope #DF61EF

Tints of Heliotrope #DF61EF

Color information

#DF61EF (or 0xDF61EF) is unknown color: approx Heliotrope. HEX triplet: DF, 61 and EF. RGB value is (223,97,239). Sum of RGB (Red+Green+Blue) = 223+97+239=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF61EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF61EF is #209E10. Grayscale: #969696. Windows color (decimal): -2137617 or 15688159. OLE color: 15688159.

HSL color Cylindrical-coordinate representation of color #DF61EF: hue angle of 293.24º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF61EF is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22397239-
CMYK0.070.5900.06
HSL293.24º81.61%65.88%-
HSV(B)293.24º59.41%93.73%-
XYZ50.2930.4784.89-
YUV150.86177.74179.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 97 (38.28% from 255) = 17.35%
BLUE value IS 239 (93.75% from 255) = 42.75%
R=39.89%
G=17.35%
B=42.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal223972390.070.5900.06293.2481.6165.88
HexDF61EF73B061255242
Octal33714135777306445122102
Binary11011111110000111101111111111011011010010010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF61EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF61EF; }

 p { color: rgb(223,97,239); }

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

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

 a { background-color: rgb(223,97,239); }

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

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

 span { border-color: rgb(223,97,239); }

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