#DF60EF

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

Shades of Heliotrope #DF60EF

Tints of Heliotrope #DF60EF

Color information

#DF60EF (or 0xDF60EF) is unknown color: approx Heliotrope. HEX triplet: DF, 60 and EF. RGB value is (223,96,239). Sum of RGB (Red+Green+Blue) = 223+96+239=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF60EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60EF is #209F10. Grayscale: #959595. Windows color (decimal): -2137873 or 15687903. OLE color: 15687903.

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

Color convert

RGB22396239-
CMYK0.070.6000.06
HSL293.29º81.71%65.69%-
HSV(B)293.29º59.83%93.73%-
XYZ50.1930.2984.86-
YUV150.28178.08179.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 96 (37.89% from 255) = 17.20%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=39.96%
G=17.20%
B=42.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal223962390.070.6000.06293.2981.7165.69
HexDF60EF73C061255242
Octal33714035777406445122102
Binary11011111110000011101111111111100011010010010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF60EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF60EF; }

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

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

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

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

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

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

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

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